Search Results for

    Show / Hide Table of Contents

    Class CharacterExpression

    Changes the expressions of the character.

    Inheritance
    Object
    CharacterExpression
    Namespace: CustomizableCharacters
    Assembly: cs.temp.dll.dll
    Syntax
    public class CharacterExpression : MonoBehaviour

    Methods

    SetExpression(ExpressionData)

    Sets the expression of the character

    Declaration
    public void SetExpression(ExpressionData expressionData)
    Parameters
    Type Name Description
    ExpressionData expressionData

    SetToDefault()

    Sets the expression to the default one. The default is cached when an expression is set for the first time.

    Declaration
    public void SetToDefault()
    In This Article
    • Methods
      • SetExpression(ExpressionData)
      • SetToDefault()
    Back to top 2D Customizable Characters