Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.LinkVariableToAnimator Class Reference
Inheritance diagram for AC.LinkVariableToAnimator:

Public Member Functions

void ShowGUI ()
 

Public Attributes

string sharedVariableName
 
Variables variables
 
Animator _animator
 

Detailed Description

This component allows Component variables to be linked to an Animator parameter.

Member Data Documentation

◆ _animator

Animator AC.LinkVariableToAnimator._animator

The Animator component with the parameter to link

◆ sharedVariableName

string AC.LinkVariableToAnimator.sharedVariableName

The name shared by the Component Variable and the Animator

◆ variables

Variables AC.LinkVariableToAnimator.variables

The Variables component with the variable to link