UxrEventVarAction Enumeration
Enumerates possible actions over an Animator component. Used by UxrStandardAvatarController.
Namespace: UltimateXR.Avatar.Controllers
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrEventVarAction
Members
Member name | Value | Description | |
---|---|---|---|
DoNothing | 0 | ||
ToggleBool | 1 | ||
SetBool | 2 | ||
SetInt | 3 | ||
SetFloat | 4 | ||
Trigger | 5 |