Enum SUFastReactionData.Type_ID
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public enum Type_ID
Fields
| Name | Description |
|---|---|
| Animations_StopCanvasGroup | Stop the Surfer Canvas Group animation (the one in the "Animated!" list) |
| Animations_StopCharTweener | Stop the Surfer CharTweener animation (the one in the "Animated!" list) |
| Animations_StopColor | Stop the Surfer Color animation (the one in the "Animated!" list) |
| Animations_StopJump | Stop the Surfer Jump animation (the one in the "Animated!" list) |
| Animations_StopPosition | Stop the Surfer Position/Anchor Position animation (the one in the "Animated!" list) |
| Animations_StopPunch | Stop the Surfer Punch animation (the one in the "Animated!" list) |
| Animations_StopRectSize | Stop the Surfer RectSize animation (the one in the "Animated!" list) |
| Animations_StopRotation | Stop the Surfer Rotation animation (the one in the "Animated!" list) |
| Animations_StopScale | Stop the Surfer Scale animation (the one in the "Animated!" list) |
| Animations_StopShake | Stop the Surfer Shake animation (the one in the "Animated!" list) |
| Animator_PlayState | |
| Animator_Stop | |
| Application_OpenURL | |
| Audio_PlayClip | |
| Audio_PlaySource | |
| Canvas_BringToFront | |
| Canvas_SendToBack | |
| CanvasGroup_Alpha0 | |
| CanvasGroup_Alpha1 | |
| CanvasGroup_BlockRaycastOff | |
| CanvasGroup_BlockRaycastOn | |
| CanvasGroup_IgnoreParentGroupsOff | |
| CanvasGroup_IgnoreParentGroupsOn | |
| CanvasGroup_InteractableOff | |
| CanvasGroup_InteractableOn | |
| CanvasGroup_SetAlpha | |
| Cursor_SetDefaultIcon | |
| Cursor_SetIcon | Set a new icon for the mouse cursor, with the default offset (top-left) |
| Cursor_SetIconCentered | Set a new icon for the mouse cursor, without offset (centered) |
| Dropdown_SelectOption | |
| GameObject_Disable | |
| GameObject_Enable | |
| GameObject_SetLayer | |
| GameObject_SetName | |
| GameObject_SetTag | |
| Graphic_RaycastOff | |
| Graphic_RaycastOn | |
| Graphic_SetColor | |
| Image_SetSprite | |
| InputField_Empty | |
| InputField_SetText | |
| None | |
| PlayerPrefs_DeleteAll | |
| PlayerPrefs_DeleteKey | |
| PlayerPrefs_SetFloat | |
| PlayerPrefs_SetInt | |
| PlayerPrefs_SetString | |
| Selectable_InteractableOff | |
| Selectable_InteractableOn | |
| Slider_SetValue | |
| State_ResetMyStateHistoryFocus | Reset the state's history selection/focus. The last selected object of the caller's state , will become null. |
| Text_Empty | |
| Text_SetText | |
| Toggle_False | |
| Toggle_ToggleValue | |
| Toggle_True | |
| Transform_JustMoveIn | The object will be locally moved at x=0, y=0, z=0 |
| Transform_JustMoveOut | The object will be locally moved out of camera at x=0, y= -10_000, z=0 |
| Transform_SetAnchoredPosition | |
| Transform_SetLocalEuler | |
| Transform_SetLocalPosition | |
| Transform_SetLocalScale | |
| Transform_SetSizeDelta | |
| UIGenerics_DisableClickConstraint | |
| UIGenerics_EnableClickConstraint | |
| UIGenerics_FocusOnObject | |
| UIGenerics_FocusOnObjectOrStateLast | Focus on/Select the last selected object of the caller state history. If null, focus on/select the specified object. |