Class FT_EyeCoverFrame
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
-
ObjectScriptableObjectFT_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.