|
void | ActivateAreaMarkerLabel (Transform targetObject, string text) |
|
void | ActivateObjectLabel (Transform targetObject, TutorialLabelType type, ControllerHand hand, string text, float duration=0.1f, int priority=0, AttachMode attachMode=AttachMode.PositionOnly, bool showOffscreen=false) |
|
void | ActivateObjectLabel (Transform targetObject, TutorialLabelType type, ControllerHand hand, string text, ControllerActionUI action, float duration=0.1f, int priority=0, AttachMode attachMode=AttachMode.PositionOnly, bool showOffscreen=false) |
|
void | ActivateObjectLabel (Transform targetObject, TutorialLabelType type, ControllerHand hand, string text, ControllerActionUI action, string textSecondary, ControllerActionUI actionSecondary, float duration, int priority, AttachMode attachMode, bool showOffscreen) |
|
void | DeactivateObjectLabel (Transform targetObject) |
|
void | ActivateControllerLabel (ControllerHand hand, ControllerInputUI controllerPart, string text, float duration, int priority) |
|
void | DeactivateControllerLabel (ControllerHand hand, ControllerInputUI controllerPart) |
|
Definition at line 8865 of file VRCSDKBase.cs.
◆ ActivateAreaMarkerLabel()
void VRC.SDKBase.VRC_TutorialAction.ActivateAreaMarkerLabel |
( |
Transform |
targetObject, |
|
|
string |
text |
|
) |
| |
◆ ActivateControllerLabel()
void VRC.SDKBase.VRC_TutorialAction.ActivateControllerLabel |
( |
ControllerHand |
hand, |
|
|
ControllerInputUI |
controllerPart, |
|
|
string |
text, |
|
|
float |
duration, |
|
|
int |
priority |
|
) |
| |
◆ ActivateObjectLabel() [1/3]
◆ ActivateObjectLabel() [2/3]
void VRC.SDKBase.VRC_TutorialAction.ActivateObjectLabel |
( |
Transform |
targetObject, |
|
|
TutorialLabelType |
type, |
|
|
ControllerHand |
hand, |
|
|
string |
text, |
|
|
ControllerActionUI |
action, |
|
|
string |
textSecondary, |
|
|
ControllerActionUI |
actionSecondary, |
|
|
float |
duration, |
|
|
int |
priority, |
|
|
AttachMode |
attachMode, |
|
|
bool |
showOffscreen |
|
) |
| |
◆ ActivateObjectLabel() [3/3]
void VRC.SDKBase.VRC_TutorialAction.ActivateObjectLabel |
( |
Transform |
targetObject, |
|
|
TutorialLabelType |
type, |
|
|
ControllerHand |
hand, |
|
|
string |
text, |
|
|
float |
duration = 0.1f , |
|
|
int |
priority = 0 , |
|
|
AttachMode |
attachMode = AttachMode.PositionOnly , |
|
|
bool |
showOffscreen = false |
|
) |
| |
◆ DeactivateControllerLabel()
◆ DeactivateObjectLabel()
void VRC.SDKBase.VRC_TutorialAction.DeactivateObjectLabel |
( |
Transform |
targetObject | ) |
|
The documentation for this class was generated from the following file: