Class FT_FrameCollectionBase<T>
Base class for collection of T frames, use this class to create a collection of frames of type T with the ability to create and update a Texture2DArray from the frames.
public abstract class FT_FrameCollectionBase<T> : FT_FrameCollectionBase where T : FT_FrameBase
Type Parameters
T
Frame type
- Inheritance
-
ObjectScriptableObjectFT_FrameCollectionBase<T>
- Derived
- Inherited Members
Fields
frames
[SerializeField]
protected List<T> frames
Field Value
- List<T>
Properties
this[int]
public T this[int index] { get; }
Parameters
index
int
Property Value
- T