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 |
---|---|---|
Expression |
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()