Table of Contents

Class FT_EyeCoverFrame

Namespace
Gasimo.FaceToon.Eyes
Assembly
Gasimo.FaceToon.Eyes.dll

Contains the texture for the eye cover (eyelid/accessories) and are rendered on top.

[CreateAssetMenu(fileName = "Eye Cover", menuName = "Gasimo/Face Toons/Frames/Eye Cover")]
public class FT_EyeCoverFrame : FT_FrameBase
Inheritance
Object
ScriptableObject
FT_EyeCoverFrame

Methods

GetTextures()

Code to return the texture(s) of the frame. Some frames may have Editor-Only textures which are baked into the final array and may return null at runtime.

public override Texture2D[] GetTextures()

Returns

Texture2D[]

Array of textures contained within this frame. Empty array if there are none.