Table of Contents

Class FT_FrameMouthMA

Namespace
Gasimo.FaceToon.Mouth
Assembly
Gasimo.FaceToon.Mouth.dll

Single expression frame containing the mouth from multiple angles (front, left)

[CreateAssetMenu(fileName = "MouthFrameMA", menuName = "Gasimo/Face Toons/Frames/Mouth Frame Multi-Angle")]
public class FT_FrameMouthMA : FT_FrameMouth
Inheritance
Object
ScriptableObject
FT_FrameMouthMA
Inherited Members

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.