Class FT_EyeFrameBase
Base class for eye frames. Contains one texture.
public class FT_EyeFrameBase : FT_FrameBase
- Inheritance
-
ObjectScriptableObjectFT_EyeFrameBase
- Derived
Fields
texture
public Texture2D texture
Field Value
- Texture2D
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.