Table of Contents

Class FT_FrameCollectionBase<T>

Namespace
Gasimo.FaceToon
Assembly
Gasimo.FaceToon.dll

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
Object
ScriptableObject
FT_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