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


Public Member Functions | |
| delegate void | InitializationDelegate (VRC_AnimatorTemporaryPoseSpace obj) |
| delegate void | ApplySettingsDelegate (VRC_AnimatorTemporaryPoseSpace view, Animator animator) |
| override void | OnStateEnter (Animator animator, AnimatorStateInfo stateInfo, int layerIndex) |
| override void | OnStateUpdate (Animator animator, AnimatorStateInfo stateInfo, int layerIndex) |
Public Attributes | |
| bool | enterPoseSpace |
| bool | fixedDelay = true |
| float | delayTime |
| string | debugString |
| ApplySettingsDelegate | ApplySettings |
Static Public Attributes | |
| static InitializationDelegate | Initialize |
Private Member Functions | |
| void | Awake () |
Private Attributes | |
| bool | applied |
| float | enterTime |
Definition at line 3142 of file VRCSDKBase.cs.
| delegate void VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.ApplySettingsDelegate | ( | VRC_AnimatorTemporaryPoseSpace | view, |
| Animator | animator | ||
| ) |
|
private |
Definition at line 3173 of file VRCSDKBase.cs.
| delegate void VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.InitializationDelegate | ( | VRC_AnimatorTemporaryPoseSpace | obj | ) |
| override void VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.OnStateEnter | ( | Animator | animator, |
| AnimatorStateInfo | stateInfo, | ||
| int | layerIndex | ||
| ) |
Definition at line 3181 of file VRCSDKBase.cs.
| override void VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.OnStateUpdate | ( | Animator | animator, |
| AnimatorStateInfo | stateInfo, | ||
| int | layerIndex | ||
| ) |
Definition at line 3192 of file VRCSDKBase.cs.
|
private |
Definition at line 3169 of file VRCSDKBase.cs.
| ApplySettingsDelegate VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.ApplySettings |
Definition at line 3166 of file VRCSDKBase.cs.
| string VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.debugString |
Definition at line 3160 of file VRCSDKBase.cs.
| float VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.delayTime |
Definition at line 3157 of file VRCSDKBase.cs.
| bool VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.enterPoseSpace |
Definition at line 3151 of file VRCSDKBase.cs.
|
private |
Definition at line 3171 of file VRCSDKBase.cs.
| bool VRC.SDKBase.VRC_AnimatorTemporaryPoseSpace.fixedDelay = true |
Definition at line 3154 of file VRCSDKBase.cs.
|
static |
Definition at line 3163 of file VRCSDKBase.cs.