Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
Loading...
Searching...
No Matches
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