Class FT_FrameBase
Base class for the frame ScriptableObject. Contains a method for getting the texture.
[Serializable]
public abstract class FT_FrameBase : ScriptableObject
- Inheritance
-
ObjectScriptableObjectFT_FrameBase
- Derived
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 abstract Texture2D[] GetTextures()
Returns
- Texture2D[]
Array of textures contained within this frame. Empty array if there are none.