Table of Contents

Class FT_FrameBase

Namespace
Gasimo.FaceToon
Assembly
Gasimo.FaceToon.dll

Base class for the frame ScriptableObject. Contains a method for getting the texture.

[Serializable]
public abstract class FT_FrameBase : ScriptableObject
Inheritance
Object
ScriptableObject
FT_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.