Tanoda
|
Public Member Functions | |
void | TriggerCallback (Collider other) |
void | ChangeMonitorText (string value) |
void | ChangeMonitorImage (Sprite value) |
void | ChangeMonitorVideo (VideoClip value) |
Public Attributes | |
VideoPlayer | vp |
Image | image |
Text | text |
UnityEvent | onMonitorClicked |
Additional Inherited Members | |
![]() | |
virtual void | Initialize () |
virtual void | Awake () |
![]() | |
virtual bool | dontDestroyOnLoad [get] |
Override to maintain an instance of this object across level loads. More... | |
static T | instance [get] |
static T | nullableInstance [get] |
Definition at line 9 of file VRMonitorPopupManager.cs.
void VRMonitorPopupManager.ChangeMonitorImage | ( | Sprite | value | ) |
Definition at line 34 of file VRMonitorPopupManager.cs.
void VRMonitorPopupManager.ChangeMonitorText | ( | string | value | ) |
Definition at line 26 of file VRMonitorPopupManager.cs.
void VRMonitorPopupManager.ChangeMonitorVideo | ( | VideoClip | value | ) |
Definition at line 42 of file VRMonitorPopupManager.cs.
void VRMonitorPopupManager.TriggerCallback | ( | Collider | other | ) |
Definition at line 16 of file VRMonitorPopupManager.cs.
Image VRMonitorPopupManager.image |
Definition at line 12 of file VRMonitorPopupManager.cs.
UnityEvent VRMonitorPopupManager.onMonitorClicked |
Definition at line 14 of file VRMonitorPopupManager.cs.
Text VRMonitorPopupManager.text |
Definition at line 13 of file VRMonitorPopupManager.cs.
VideoPlayer VRMonitorPopupManager.vp |
Definition at line 11 of file VRMonitorPopupManager.cs.