|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|


Public Member Functions | |
| delegate void | InitializationDelegate (VRC_AnimatorLocomotionControl obj) |
| delegate void | ApplySettingsDelegate (VRC_AnimatorLocomotionControl control, Animator animator) |
| override void | OnStateEnter (Animator animator, AnimatorStateInfo stateInfo, int layerIndex) |
Public Attributes | |
| bool | disableLocomotion |
| string | debugString |
| ApplySettingsDelegate | ApplySettings |
Static Public Attributes | |
| static InitializationDelegate | Initialize |
Private Member Functions | |
| void | Awake () |
Definition at line 2842 of file VRCSDKBase.cs.
| delegate void VRC.SDKBase.VRC_AnimatorLocomotionControl.ApplySettingsDelegate | ( | VRC_AnimatorLocomotionControl | control, |
| Animator | animator | ||
| ) |
|
private |
Definition at line 2862 of file VRCSDKBase.cs.
| delegate void VRC.SDKBase.VRC_AnimatorLocomotionControl.InitializationDelegate | ( | VRC_AnimatorLocomotionControl | obj | ) |
| override void VRC.SDKBase.VRC_AnimatorLocomotionControl.OnStateEnter | ( | Animator | animator, |
| AnimatorStateInfo | stateInfo, | ||
| int | layerIndex | ||
| ) |
Definition at line 2870 of file VRCSDKBase.cs.
| ApplySettingsDelegate VRC.SDKBase.VRC_AnimatorLocomotionControl.ApplySettings |
Definition at line 2860 of file VRCSDKBase.cs.
| string VRC.SDKBase.VRC_AnimatorLocomotionControl.debugString |
Definition at line 2854 of file VRCSDKBase.cs.
| bool VRC.SDKBase.VRC_AnimatorLocomotionControl.disableLocomotion |
Definition at line 2851 of file VRCSDKBase.cs.
|
static |
Definition at line 2857 of file VRCSDKBase.cs.