Class FT_FrameCollectionBase
Base class for the collection of frames. Contains methods for creating and updating a Texture2DArray from the frames.
public abstract class FT_FrameCollectionBase : ScriptableObject
- Inheritance
-
ObjectScriptableObjectFT_FrameCollectionBase
- Derived
Fields
bakedArray
[SerializeField]
[Tooltip("Texture array containing all the frames in the collection. Read-only. Please use the custom inspector to regenerate this field.")]
protected Texture2DArray bakedArray
Field Value
- Texture2DArray
Properties
TextureArray
Read-only Texture array containing made from all the frames in this collection.
public Texture2DArray TextureArray { get; }
Property Value
- Texture2DArray