Table of Contents

Class FT_EyeFrameBase

Namespace
Gasimo.FaceToon.Eyes
Assembly
Gasimo.FaceToon.Eyes.dll

Base class for eye frames. Contains one texture.

public class FT_EyeFrameBase : FT_FrameBase
Inheritance
Object
ScriptableObject
FT_EyeFrameBase
Derived

Fields

texture

public Texture2D texture

Field Value

Texture2D

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 override Texture2D[] GetTextures()

Returns

Texture2D[]

Array of textures contained within this frame. Empty array if there are none.