Loading...
Searching...
No Matches
AdventureCore.AnimatorParameterSetter Class Reference

Detailed Description

helper that enables setting bool, int and float parameters on an animator from a UnityEngine.Events.UnityEvent in the inspector

https://adventure.softleitner.com/manual

Inheritance diagram for AdventureCore.AnimatorParameterSetter:

Public Member Functions

void SetBool (bool value)
 
void SetInteger (int value)
 
void SetFloat (float value)
 

Public Attributes

string Parameter
 

Properties

Animator Animator [get]