Class FT_FrameMouthMA
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
-
ObjectScriptableObjectFT_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.