From eb84bb298d2b95aec7b2ae12cbf25ac64f25379a Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sun, 6 Nov 2022 15:12:42 -0500 Subject: move to self host --- .../nodes/VRCSDK3/ComponentsTrackingData.meta | 8 + .../VRCSDK3/ComponentsTrackingData/index.html | 403 +++++++++ .../VRCSDK3/ComponentsTrackingData/index.html.meta | 7 + .../nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta | 8 + .../VRCSDK3/ComponentsVRCAvatarPedestal/index.html | 630 +++++++++++++ .../ComponentsVRCAvatarPedestal/index.html.meta | 7 + .../VRCSDK3/ComponentsVRCMirrorReflection.meta | 8 + .../ComponentsVRCMirrorReflection/index.html | 607 +++++++++++++ .../ComponentsVRCMirrorReflection/index.html.meta | 7 + .../nodes/VRCSDK3/ComponentsVRCPickup.meta | 8 + .../nodes/VRCSDK3/ComponentsVRCPickup/index.html | 928 ++++++++++++++++++++ .../VRCSDK3/ComponentsVRCPickup/index.html.meta | 7 + .../nodes/VRCSDK3/ComponentsVRCPortalMarker.meta | 8 + .../VRCSDK3/ComponentsVRCPortalMarker/index.html | 779 +++++++++++++++++ .../ComponentsVRCPortalMarker/index.html.meta | 7 + .../nodes/VRCSDK3/ComponentsVRCStation.meta | 8 + .../nodes/VRCSDK3/ComponentsVRCStation/index.html | 722 +++++++++++++++ .../VRCSDK3/ComponentsVRCStation/index.html.meta | 7 + .../nodes/VRCSDK3/VRCSDKBaseInputManager.meta | 8 + .../VRCSDK3/VRCSDKBaseInputManager/index.html | 401 +++++++++ .../VRCSDK3/VRCSDKBaseInputManager/index.html.meta | 7 + .../nodes/VRCSDK3/VRCSDKBaseNetworking.meta | 8 + .../nodes/VRCSDK3/VRCSDKBaseNetworking/index.html | 512 +++++++++++ .../VRCSDK3/VRCSDKBaseNetworking/index.html.meta | 7 + .../nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta | 8 + .../VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html | 970 +++++++++++++++++++++ .../VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/VRCSDK3/index.html | 285 ++++++ .../ReferenceDocs/nodes/VRCSDK3/index.html.meta | 7 + 29 files changed, 6379 insertions(+) create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta (limited to 'VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3') diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta new file mode 100644 index 00000000..cb104521 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 40a6ee5c421bbf64e864f1b76d729fd5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html new file mode 100644 index 00000000..e0a73929 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html @@ -0,0 +1,403 @@ + + + + + + + + + + + + ComponentsTrackingData — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

ComponentsTrackingData

+

The ComponentsTrackingData module.

+
+
+
+

TrackingData

+
+
+Const_VRCSDKBaseVRCPlayerApiTrackingData(VRC.SDKBase.VRCPlayerApi+TrackingData TrackingData)
+
+ +

outputs: unnamed (TrackingData)

+

flow: none

+
+
+

TrackingData

+
+
+Variable_VRCSDKBaseVRCPlayerApiTrackingData(VRC.SDKBase.VRCPlayerApi+TrackingData TrackingDataSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

ctor

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__ctor__UnityEngineVector3_UnityEngineQuaternion__VRCSDKBaseVRCPlayerApiTrackingData(UnityEngine.Vector3 UnityEngine.Quaternion)
+
+ +

outputs: unnamed (TrackingData)

+

flow: none

+
+
+

TrackingData Equals

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__Equals__SystemObject__SystemBoolean(VRC.SDKBase.VRCPlayerApi+TrackingData instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

TrackingData get_position

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__get_position__UnityEngineVector3(VRC.SDKBase.VRCPlayerApi+TrackingData)
+
+ +

outputs: unnamed (Vector3)

+

flow: none

+
+
+

TrackingData get_rotation

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__get_rotation__UnityEngineQuaternion(VRC.SDKBase.VRCPlayerApi+TrackingData)
+
+ +

outputs: unnamed (Quaternion)

+

flow: none

+
+
+

TrackingData GetHashCode

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__GetHashCode__SystemInt32(VRC.SDKBase.VRCPlayerApi+TrackingData instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

TrackingData GetType

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__GetType__SystemType(VRC.SDKBase.VRCPlayerApi+TrackingData instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

TrackingData set_position

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__set_position__UnityEngineVector3(VRC.SDKBase.VRCPlayerApi+TrackingData UnityEngine.Vector3)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

TrackingData set_rotation

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__set_rotation__UnityEngineQuaternion(VRC.SDKBase.VRCPlayerApi+TrackingData UnityEngine.Quaternion)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

TrackingData ToString

+
+
+VRCSDKBaseVRCPlayerApiTrackingData.__ToString__SystemString(VRC.SDKBase.VRCPlayerApi+TrackingData instance)
+
+ +

outputs: unnamed (String)

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta new file mode 100644 index 00000000..02380758 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 57380db1ca124a74bbd114e3062ec18c +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta new file mode 100644 index 00000000..97cd355b --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b247f955d1df09c41976373db0cd7848 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html new file mode 100644 index 00000000..2cbaef42 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html @@ -0,0 +1,630 @@ + + + + + + + + + + + + ComponentsVRCAvatarPedestal — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

ComponentsVRCAvatarPedestal

+

The ComponentsVRCAvatarPedestal module.

+
+
+
+

VRCAvatarPedestal

+
+
+Variable_VRCSDK3ComponentsVRCAvatarPedestal(VRC.SDK3.Components.VRCAvatarPedestal VRCAvatarPedestalSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

op_Equality

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCAvatarPedestal Equals

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__Equals__SystemObject__SystemBoolean(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Object other)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCAvatarPedestal get_blueprintId

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_blueprintId__SystemString(VRC.SDK3.Components.VRCAvatarPedestal)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCAvatarPedestal get_ChangeAvatarsOnUse

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_ChangeAvatarsOnUse__SystemBoolean(VRC.SDK3.Components.VRCAvatarPedestal)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCAvatarPedestal get_enabled

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_enabled__SystemBoolean(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCAvatarPedestal get_gameObject

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_gameObject__UnityEngineGameObject(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (GameObject)

+

flow: none

+
+
+

VRCAvatarPedestal get_name

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_name__SystemString(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCAvatarPedestal get_Placement

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_Placement__UnityEngineTransform(VRC.SDK3.Components.VRCAvatarPedestal)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCAvatarPedestal get_scale

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_scale__SystemSingle(VRC.SDK3.Components.VRCAvatarPedestal)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCAvatarPedestal get_transform

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__get_transform__UnityEngineTransform(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCAvatarPedestal GetComponent

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetComponent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Type type)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCAvatarPedestal GetComponentInChildren

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentInChildren__SystemBoolean__T(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean includeInactiveSystem.Type type)
+
+ +

outputs: T (Object)

+

flow: none

+
+
+

VRCAvatarPedestal GetComponentInParent

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentInParent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Type t)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCAvatarPedestal GetComponents

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetComponents__ListT__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal GetComponentsInChildren

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal GetComponentsInParent

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal GetHashCode

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetHashCode__SystemInt32(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCAvatarPedestal GetInstanceID

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetInstanceID__SystemInt32(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCAvatarPedestal GetType

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__GetType__SystemType(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

op_Implicit

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCAvatarPedestal set_blueprintId

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__set_blueprintId__SystemString(VRC.SDK3.Components.VRCAvatarPedestal System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal set_ChangeAvatarsOnUse

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__set_ChangeAvatarsOnUse__SystemBoolean(VRC.SDK3.Components.VRCAvatarPedestal System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal set_enabled

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__set_enabled__SystemBoolean__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal set_name

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__set_name__SystemString__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.String value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal set_Placement

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__set_Placement__UnityEngineTransform(VRC.SDK3.Components.VRCAvatarPedestal UnityEngine.Transform)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal set_scale

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__set_scale__SystemSingle(VRC.SDK3.Components.VRCAvatarPedestal System.Single)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal SetAvatarUse

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__SetAvatarUse__VRCSDKBaseVRCPlayerApi__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceVRC.SDKBase.VRCPlayerApi instigator)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal SwitchAvatar

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__SwitchAvatar__SystemString__SystemVoid(VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.String id)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCAvatarPedestal ToString

+
+
+VRCSDK3ComponentsVRCAvatarPedestal.__ToString__SystemString(VRC.SDK3.Components.VRCAvatarPedestal instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta new file mode 100644 index 00000000..37f9a0a7 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1cb98cccea7bee042b478b300a585717 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta new file mode 100644 index 00000000..9711f654 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45ee14eadb908cb4dbb3fe4fd12cb586 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html new file mode 100644 index 00000000..712ddeb7 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html @@ -0,0 +1,607 @@ + + + + + + + + + + + + ComponentsVRCMirrorReflection — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

ComponentsVRCMirrorReflection

+

The ComponentsVRCMirrorReflection module.

+
+
+
+

VRCMirrorReflection

+
+
+Variable_VRCSDK3ComponentsVRCMirrorReflection(VRC.SDK3.Components.VRCMirrorReflection VRCMirrorReflectionSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

VRCMirrorReflection CameraPostRender

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__CameraPostRender__UnityEngineCamera__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instanceUnityEngine.Camera cam)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

op_Equality

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCMirrorReflection Equals

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__Equals__SystemObject__SystemBoolean(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Object other)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCMirrorReflection get_enabled

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_enabled__SystemBoolean(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCMirrorReflection get_gameObject

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_gameObject__UnityEngineGameObject(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (GameObject)

+

flow: none

+
+
+

VRCMirrorReflection get_m_DisablePixelLights

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_m_DisablePixelLights__SystemBoolean(VRC.SDK3.Components.VRCMirrorReflection)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCMirrorReflection get_m_ReflectLayers

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_m_ReflectLayers__UnityEngineLayerMask(VRC.SDK3.Components.VRCMirrorReflection)
+
+ +

outputs: unnamed (LayerMask)

+

flow: none

+
+
+

VRCMirrorReflection get_name

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_name__SystemString(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCMirrorReflection get_transform

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_transform__UnityEngineTransform(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCMirrorReflection get_TurnOffMirrorOcclusion

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__get_TurnOffMirrorOcclusion__SystemBoolean(VRC.SDK3.Components.VRCMirrorReflection)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCMirrorReflection GetComponent

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetComponent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Type type)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCMirrorReflection GetComponentInChildren

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetComponentInChildren__SystemBoolean__T(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean includeInactiveSystem.Type type)
+
+ +

outputs: T (Object)

+

flow: none

+
+
+

VRCMirrorReflection GetComponentInParent

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetComponentInParent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Type t)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCMirrorReflection GetComponents

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetComponents__ListT__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection GetComponentsInChildren

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection GetComponentsInParent

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection GetHashCode

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetHashCode__SystemInt32(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCMirrorReflection GetInstanceID

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetInstanceID__SystemInt32(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCMirrorReflection GetType

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__GetType__SystemType(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

op_Implicit

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCMirrorReflection OnWillRenderObject

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__OnWillRenderObject__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection set_enabled

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__set_enabled__SystemBoolean__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection set_m_DisablePixelLights

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__set_m_DisablePixelLights__SystemBoolean(VRC.SDK3.Components.VRCMirrorReflection System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection set_m_ReflectLayers

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__set_m_ReflectLayers__UnityEngineLayerMask(VRC.SDK3.Components.VRCMirrorReflection UnityEngine.LayerMask)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection set_name

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__set_name__SystemString__SystemVoid(VRC.SDK3.Components.VRCMirrorReflection instanceSystem.String value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection set_TurnOffMirrorOcclusion

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__set_TurnOffMirrorOcclusion__SystemBoolean(VRC.SDK3.Components.VRCMirrorReflection System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCMirrorReflection ToString

+
+
+VRCSDK3ComponentsVRCMirrorReflection.__ToString__SystemString(VRC.SDK3.Components.VRCMirrorReflection instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta new file mode 100644 index 00000000..afc7c4e2 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a9240530eb0ffdd4a9ea47db1a06a806 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta new file mode 100644 index 00000000..f9aebd72 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f3c248a6b1b31945bd53c506b3d1dbe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html new file mode 100644 index 00000000..5421805e --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html @@ -0,0 +1,928 @@ + + + + + + + + + + + + ComponentsVRCPickup — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

ComponentsVRCPickup

+

The ComponentsVRCPickup module.

+
+
+
+

VRCPickup

+
+
+Variable_VRCSDK3ComponentsVRCPickup(VRC.SDK3.Components.VRCPickup VRCPickupSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

VRCPickup Drop

+
+
+VRCSDK3ComponentsVRCPickup.__Drop__SystemVoid(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

op_Equality

+
+
+VRCSDK3ComponentsVRCPickup.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup Equals

+
+
+VRCSDK3ComponentsVRCPickup.__Equals__SystemObject__SystemBoolean(VRC.SDK3.Components.VRCPickup instanceSystem.Object other)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup GenerateHapticEvent

+
+
+VRCSDK3ComponentsVRCPickup.__GenerateHapticEvent__SystemSingle_SystemSingle_SystemSingle__SystemVoid(VRC.SDK3.Components.VRCPickup instanceSystem.Single durationSystem.Single amplitudeSystem.Single frequency)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup get_allowManipulationWhenEquipped

+
+
+VRCSDK3ComponentsVRCPickup.__get_allowManipulationWhenEquipped__SystemBoolean(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup get_AutoHold

+
+
+VRCSDK3ComponentsVRCPickup.__get_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (AutoHoldMode)

+

flow: none

+
+
+

VRCPickup get_currentHand

+
+
+VRCSDK3ComponentsVRCPickup.__get_currentHand__VRCSDKBaseVRC_PickupPickupHand(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (PickupHand)

+

flow: none

+
+
+

VRCPickup get_currentLocalPlayer

+
+
+VRCSDK3ComponentsVRCPickup.__get_currentLocalPlayer__VRCSDKBaseVRCPlayerApi(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (VRCPlayerApi)

+

flow: none

+
+
+

VRCPickup get_currentlyHeldBy

+
+
+VRCSDK3ComponentsVRCPickup.__get_currentlyHeldBy__UnityEngineComponent(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCPickup get_currentPlayer

+
+
+VRCSDK3ComponentsVRCPickup.__get_currentPlayer__VRCSDKBaseVRCPlayerApi(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (VRCPlayerApi)

+

flow: none

+
+
+

VRCPickup get_DisallowTheft

+
+
+VRCSDK3ComponentsVRCPickup.__get_DisallowTheft__SystemBoolean(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup get_enabled

+
+
+VRCSDK3ComponentsVRCPickup.__get_enabled__SystemBoolean(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup get_ExactGrip

+
+
+VRCSDK3ComponentsVRCPickup.__get_ExactGrip__UnityEngineTransform(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCPickup get_ExactGun

+
+
+VRCSDK3ComponentsVRCPickup.__get_ExactGun__UnityEngineTransform(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCPickup get_gameObject

+
+
+VRCSDK3ComponentsVRCPickup.__get_gameObject__UnityEngineGameObject(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (GameObject)

+

flow: none

+
+
+

VRCPickup get_InteractionText

+
+
+VRCSDK3ComponentsVRCPickup.__get_InteractionText__SystemString(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPickup get_IsHeld

+
+
+VRCSDK3ComponentsVRCPickup.__get_IsHeld__SystemBoolean(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup get_MomentumTransferMethod

+
+
+VRCSDK3ComponentsVRCPickup.__get_MomentumTransferMethod__UnityEngineForceMode(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (ForceMode)

+

flow: none

+
+
+

VRCPickup get_name

+
+
+VRCSDK3ComponentsVRCPickup.__get_name__SystemString(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPickup get_orientation

+
+
+VRCSDK3ComponentsVRCPickup.__get_orientation__VRCSDKBaseVRC_PickupPickupOrientation(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (PickupOrientation)

+

flow: none

+
+
+

VRCPickup get_pickupable

+
+
+VRCSDK3ComponentsVRCPickup.__get_pickupable__SystemBoolean(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup get_proximity

+
+
+VRCSDK3ComponentsVRCPickup.__get_proximity__SystemSingle(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPickup get_ThrowVelocityBoostMinSpeed

+
+
+VRCSDK3ComponentsVRCPickup.__get_ThrowVelocityBoostMinSpeed__SystemSingle(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPickup get_ThrowVelocityBoostScale

+
+
+VRCSDK3ComponentsVRCPickup.__get_ThrowVelocityBoostScale__SystemSingle(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPickup get_transform

+
+
+VRCSDK3ComponentsVRCPickup.__get_transform__UnityEngineTransform(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCPickup get_UseText

+
+
+VRCSDK3ComponentsVRCPickup.__get_UseText__SystemString(VRC.SDK3.Components.VRCPickup)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPickup GetComponent

+
+
+VRCSDK3ComponentsVRCPickup.__GetComponent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCPickup instanceSystem.Type type)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCPickup GetComponentInChildren

+
+
+VRCSDK3ComponentsVRCPickup.__GetComponentInChildren__SystemBoolean__T(VRC.SDK3.Components.VRCPickup instanceSystem.Boolean includeInactiveSystem.Type type)
+
+ +

outputs: T (Object)

+

flow: none

+
+
+

VRCPickup GetComponentInParent

+
+
+VRCSDK3ComponentsVRCPickup.__GetComponentInParent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCPickup instanceSystem.Type t)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCPickup GetComponents

+
+
+VRCSDK3ComponentsVRCPickup.__GetComponents__ListT__SystemVoid(VRC.SDK3.Components.VRCPickup instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup GetComponentsInChildren

+
+
+VRCSDK3ComponentsVRCPickup.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCPickup instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup GetComponentsInParent

+
+
+VRCSDK3ComponentsVRCPickup.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCPickup instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup GetHashCode

+
+
+VRCSDK3ComponentsVRCPickup.__GetHashCode__SystemInt32(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPickup GetInstanceID

+
+
+VRCSDK3ComponentsVRCPickup.__GetInstanceID__SystemInt32(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPickup GetType

+
+
+VRCSDK3ComponentsVRCPickup.__GetType__SystemType(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

op_Implicit

+
+
+VRCSDK3ComponentsVRCPickup.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+VRCSDK3ComponentsVRCPickup.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPickup PlayHaptics

+
+
+VRCSDK3ComponentsVRCPickup.__PlayHaptics__SystemVoid(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_allowManipulationWhenEquipped

+
+
+VRCSDK3ComponentsVRCPickup.__set_allowManipulationWhenEquipped__SystemBoolean(VRC.SDK3.Components.VRCPickup System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_AutoHold

+
+
+VRCSDK3ComponentsVRCPickup.__set_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode(VRC.SDK3.Components.VRCPickup VRC.SDKBase.VRC_Pickup+AutoHoldMode)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_currentLocalPlayer

+
+
+VRCSDK3ComponentsVRCPickup.__set_currentLocalPlayer__VRCSDKBaseVRCPlayerApi(VRC.SDK3.Components.VRCPickup VRC.SDKBase.VRCPlayerApi)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_currentlyHeldBy

+
+
+VRCSDK3ComponentsVRCPickup.__set_currentlyHeldBy__UnityEngineComponent(VRC.SDK3.Components.VRCPickup UnityEngine.Component)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_DisallowTheft

+
+
+VRCSDK3ComponentsVRCPickup.__set_DisallowTheft__SystemBoolean(VRC.SDK3.Components.VRCPickup System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_enabled

+
+
+VRCSDK3ComponentsVRCPickup.__set_enabled__SystemBoolean__SystemVoid(VRC.SDK3.Components.VRCPickup instanceSystem.Boolean value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_ExactGrip

+
+
+VRCSDK3ComponentsVRCPickup.__set_ExactGrip__UnityEngineTransform(VRC.SDK3.Components.VRCPickup UnityEngine.Transform)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_ExactGun

+
+
+VRCSDK3ComponentsVRCPickup.__set_ExactGun__UnityEngineTransform(VRC.SDK3.Components.VRCPickup UnityEngine.Transform)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_InteractionText

+
+
+VRCSDK3ComponentsVRCPickup.__set_InteractionText__SystemString(VRC.SDK3.Components.VRCPickup System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_MomentumTransferMethod

+
+
+VRCSDK3ComponentsVRCPickup.__set_MomentumTransferMethod__UnityEngineForceMode(VRC.SDK3.Components.VRCPickup UnityEngine.ForceMode)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_name

+
+
+VRCSDK3ComponentsVRCPickup.__set_name__SystemString__SystemVoid(VRC.SDK3.Components.VRCPickup instanceSystem.String value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_orientation

+
+
+VRCSDK3ComponentsVRCPickup.__set_orientation__VRCSDKBaseVRC_PickupPickupOrientation(VRC.SDK3.Components.VRCPickup VRC.SDKBase.VRC_Pickup+PickupOrientation)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_pickupable

+
+
+VRCSDK3ComponentsVRCPickup.__set_pickupable__SystemBoolean(VRC.SDK3.Components.VRCPickup System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_proximity

+
+
+VRCSDK3ComponentsVRCPickup.__set_proximity__SystemSingle(VRC.SDK3.Components.VRCPickup System.Single)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_ThrowVelocityBoostMinSpeed

+
+
+VRCSDK3ComponentsVRCPickup.__set_ThrowVelocityBoostMinSpeed__SystemSingle(VRC.SDK3.Components.VRCPickup System.Single)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_ThrowVelocityBoostScale

+
+
+VRCSDK3ComponentsVRCPickup.__set_ThrowVelocityBoostScale__SystemSingle(VRC.SDK3.Components.VRCPickup System.Single)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup set_UseText

+
+
+VRCSDK3ComponentsVRCPickup.__set_UseText__SystemString(VRC.SDK3.Components.VRCPickup System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPickup ToString

+
+
+VRCSDK3ComponentsVRCPickup.__ToString__SystemString(VRC.SDK3.Components.VRCPickup instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta new file mode 100644 index 00000000..7fe5df96 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dca04c2d52987364db0348cc433f4095 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta new file mode 100644 index 00000000..7795b07d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47a780abf7e9b4c4eaa76bf1ae4f1d47 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html new file mode 100644 index 00000000..f5c575b5 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html @@ -0,0 +1,779 @@ + + + + + + + + + + + + ComponentsVRCPortalMarker — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

ComponentsVRCPortalMarker

+

The ComponentsVRCPortalMarker module.

+
+
+
+

VRCPortalMarker

+
+
+Variable_VRCSDK3ComponentsVRCPortalMarker(VRC.SDK3.Components.VRCPortalMarker VRCPortalMarkerSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

op_Equality

+
+
+VRCSDK3ComponentsVRCPortalMarker.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPortalMarker Equals

+
+
+VRCSDK3ComponentsVRCPortalMarker.__Equals__SystemObject__SystemBoolean(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Object other)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPortalMarker get_customPortalName

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_customPortalName__SystemString(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPortalMarker get_effectPrefabName

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_effectPrefabName__SystemString(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPortalMarker get_enabled

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_enabled__SystemBoolean(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPortalMarker get_gameObject

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_gameObject__UnityEngineGameObject(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (GameObject)

+

flow: none

+
+
+

VRCPortalMarker get_name

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_name__SystemString(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPortalMarker get_offset

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_offset__SystemInt32(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPortalMarker get_roomId

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_roomId__SystemString(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPortalMarker get_roomName

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_roomName__SystemString(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPortalMarker get_searchTerm

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_searchTerm__SystemString(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPortalMarker get_sortHeading

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (SortHeading)

+

flow: none

+
+
+

VRCPortalMarker get_sortOrder

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (SortOrder)

+

flow: none

+
+
+

VRCPortalMarker get_transform

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_transform__UnityEngineTransform(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCPortalMarker get_updateFlag

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_updateFlag__SystemBoolean(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPortalMarker get_useDefaultPresentation

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_useDefaultPresentation__SystemBoolean(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPortalMarker get_world

+
+
+VRCSDK3ComponentsVRCPortalMarker.__get_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld(VRC.SDK3.Components.VRCPortalMarker)
+
+ +

outputs: unnamed (VRChatWorld)

+

flow: none

+
+
+

VRCPortalMarker GetComponent

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetComponent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Type type)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCPortalMarker GetComponentInChildren

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetComponentInChildren__SystemBoolean__T(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean includeInactiveSystem.Type type)
+
+ +

outputs: T (Object)

+

flow: none

+
+
+

VRCPortalMarker GetComponentInParent

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetComponentInParent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Type t)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCPortalMarker GetComponents

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetComponents__ListT__SystemVoid(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker GetComponentsInChildren

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker GetComponentsInParent

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker GetHashCode

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetHashCode__SystemInt32(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPortalMarker GetInstanceID

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetInstanceID__SystemInt32(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPortalMarker GetType

+
+
+VRCSDK3ComponentsVRCPortalMarker.__GetType__SystemType(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

op_Implicit

+
+
+VRCSDK3ComponentsVRCPortalMarker.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+VRCSDK3ComponentsVRCPortalMarker.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPortalMarker RefreshPortal

+
+
+VRCSDK3ComponentsVRCPortalMarker.__RefreshPortal__SystemVoid(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_customPortalName

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_customPortalName__SystemString(VRC.SDK3.Components.VRCPortalMarker System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_effectPrefabName

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_effectPrefabName__SystemString(VRC.SDK3.Components.VRCPortalMarker System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_enabled

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_enabled__SystemBoolean__SystemVoid(VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_name

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_name__SystemString__SystemVoid(VRC.SDK3.Components.VRCPortalMarker instanceSystem.String value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_offset

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_offset__SystemInt32(VRC.SDK3.Components.VRCPortalMarker System.Int32)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_roomId

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_roomId__SystemString(VRC.SDK3.Components.VRCPortalMarker System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_roomName

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_roomName__SystemString(VRC.SDK3.Components.VRCPortalMarker System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_searchTerm

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_searchTerm__SystemString(VRC.SDK3.Components.VRCPortalMarker System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_sortHeading

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading(VRC.SDK3.Components.VRCPortalMarker VRC.SDKBase.VRC_PortalMarker+SortHeading)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_sortOrder

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder(VRC.SDK3.Components.VRCPortalMarker VRC.SDKBase.VRC_PortalMarker+SortOrder)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_updateFlag

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_updateFlag__SystemBoolean(VRC.SDK3.Components.VRCPortalMarker System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_useDefaultPresentation

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_useDefaultPresentation__SystemBoolean(VRC.SDK3.Components.VRCPortalMarker System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker set_world

+
+
+VRCSDK3ComponentsVRCPortalMarker.__set_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld(VRC.SDK3.Components.VRCPortalMarker VRC.SDKBase.VRC_PortalMarker+VRChatWorld)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPortalMarker ToString

+
+
+VRCSDK3ComponentsVRCPortalMarker.__ToString__SystemString(VRC.SDK3.Components.VRCPortalMarker instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta new file mode 100644 index 00000000..dbdba22a --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a055e0be64b63345bcafb14c6dd95cb +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta new file mode 100644 index 00000000..da3c5c9d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89e1c1f39d73a194bb90c4df65102408 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html new file mode 100644 index 00000000..2bc12adf --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html @@ -0,0 +1,722 @@ + + + + + + + + + + + + ComponentsVRCStation — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

ComponentsVRCStation

+

The ComponentsVRCStation module.

+
+
+
+

VRCStation

+
+
+Variable_VRCSDK3ComponentsVRCStation(VRC.SDK3.Components.VRCStation VRCStationSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

op_Equality

+
+
+VRCSDK3ComponentsVRCStation.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation Equals

+
+
+VRCSDK3ComponentsVRCStation.__Equals__SystemObject__SystemBoolean(VRC.SDK3.Components.VRCStation instanceSystem.Object other)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation ExitStation

+
+
+VRCSDK3ComponentsVRCStation.__ExitStation__VRCSDKBaseVRCPlayerApi__SystemVoid(VRC.SDK3.Components.VRCStation instanceVRC.SDKBase.VRCPlayerApi player)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation get_animatorController

+
+
+VRCSDK3ComponentsVRCStation.__get_animatorController__UnityEngineRuntimeAnimatorController(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (RuntimeAnimatorController)

+

flow: none

+
+
+

VRCStation get_canUseStationFromStation

+
+
+VRCSDK3ComponentsVRCStation.__get_canUseStationFromStation__SystemBoolean(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation get_controlsObject

+
+
+VRCSDK3ComponentsVRCStation.__get_controlsObject__VRCSDKBaseVRC_ObjectApi(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (VRC_ObjectApi)

+

flow: none

+
+
+

VRCStation get_disableStationExit

+
+
+VRCSDK3ComponentsVRCStation.__get_disableStationExit__SystemBoolean(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation get_enabled

+
+
+VRCSDK3ComponentsVRCStation.__get_enabled__SystemBoolean(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation get_gameObject

+
+
+VRCSDK3ComponentsVRCStation.__get_gameObject__UnityEngineGameObject(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (GameObject)

+

flow: none

+
+
+

VRCStation get_name

+
+
+VRCSDK3ComponentsVRCStation.__get_name__SystemString(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCStation get_PlayerMobility

+
+
+VRCSDK3ComponentsVRCStation.__get_PlayerMobility__VRCSDKBaseVRCStationMobility(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (Mobility)

+

flow: none

+
+
+

VRCStation get_seated

+
+
+VRCSDK3ComponentsVRCStation.__get_seated__SystemBoolean(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation get_stationEnterPlayerLocation

+
+
+VRCSDK3ComponentsVRCStation.__get_stationEnterPlayerLocation__UnityEngineTransform(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCStation get_stationExitPlayerLocation

+
+
+VRCSDK3ComponentsVRCStation.__get_stationExitPlayerLocation__UnityEngineTransform(VRC.SDK3.Components.VRCStation)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCStation get_transform

+
+
+VRCSDK3ComponentsVRCStation.__get_transform__UnityEngineTransform(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (Transform)

+

flow: none

+
+
+

VRCStation GetComponent

+
+
+VRCSDK3ComponentsVRCStation.__GetComponent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCStation instanceSystem.Type type)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCStation GetComponentInChildren

+
+
+VRCSDK3ComponentsVRCStation.__GetComponentInChildren__SystemBoolean__T(VRC.SDK3.Components.VRCStation instanceSystem.Boolean includeInactiveSystem.Type type)
+
+ +

outputs: T (Object)

+

flow: none

+
+
+

VRCStation GetComponentInParent

+
+
+VRCSDK3ComponentsVRCStation.__GetComponentInParent__SystemType__UnityEngineComponent(VRC.SDK3.Components.VRCStation instanceSystem.Type t)
+
+ +

outputs: unnamed (Component)

+

flow: none

+
+
+

VRCStation GetComponents

+
+
+VRCSDK3ComponentsVRCStation.__GetComponents__ListT__SystemVoid(VRC.SDK3.Components.VRCStation instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation GetComponentsInChildren

+
+
+VRCSDK3ComponentsVRCStation.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCStation instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation GetComponentsInParent

+
+
+VRCSDK3ComponentsVRCStation.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(VRC.SDK3.Components.VRCStation instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation GetHashCode

+
+
+VRCSDK3ComponentsVRCStation.__GetHashCode__SystemInt32(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCStation GetInstanceID

+
+
+VRCSDK3ComponentsVRCStation.__GetInstanceID__SystemInt32(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCStation GetType

+
+
+VRCSDK3ComponentsVRCStation.__GetType__SystemType(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

op_Implicit

+
+
+VRCSDK3ComponentsVRCStation.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+VRCSDK3ComponentsVRCStation.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCStation set_animatorController

+
+
+VRCSDK3ComponentsVRCStation.__set_animatorController__UnityEngineRuntimeAnimatorController(VRC.SDK3.Components.VRCStation UnityEngine.RuntimeAnimatorController)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_canUseStationFromStation

+
+
+VRCSDK3ComponentsVRCStation.__set_canUseStationFromStation__SystemBoolean(VRC.SDK3.Components.VRCStation System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_controlsObject

+
+
+VRCSDK3ComponentsVRCStation.__set_controlsObject__VRCSDKBaseVRC_ObjectApi(VRC.SDK3.Components.VRCStation VRC.SDKBase.VRC_ObjectApi)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_disableStationExit

+
+
+VRCSDK3ComponentsVRCStation.__set_disableStationExit__SystemBoolean(VRC.SDK3.Components.VRCStation System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_enabled

+
+
+VRCSDK3ComponentsVRCStation.__set_enabled__SystemBoolean__SystemVoid(VRC.SDK3.Components.VRCStation instanceSystem.Boolean value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_name

+
+
+VRCSDK3ComponentsVRCStation.__set_name__SystemString__SystemVoid(VRC.SDK3.Components.VRCStation instanceSystem.String value)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_PlayerMobility

+
+
+VRCSDK3ComponentsVRCStation.__set_PlayerMobility__VRCSDKBaseVRCStationMobility(VRC.SDK3.Components.VRCStation VRC.SDKBase.VRCStation+Mobility)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_seated

+
+
+VRCSDK3ComponentsVRCStation.__set_seated__SystemBoolean(VRC.SDK3.Components.VRCStation System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_stationEnterPlayerLocation

+
+
+VRCSDK3ComponentsVRCStation.__set_stationEnterPlayerLocation__UnityEngineTransform(VRC.SDK3.Components.VRCStation UnityEngine.Transform)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation set_stationExitPlayerLocation

+
+
+VRCSDK3ComponentsVRCStation.__set_stationExitPlayerLocation__UnityEngineTransform(VRC.SDK3.Components.VRCStation UnityEngine.Transform)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCStation ToString

+
+
+VRCSDK3ComponentsVRCStation.__ToString__SystemString(VRC.SDK3.Components.VRCStation instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCStation UseStation

+
+
+VRCSDK3ComponentsVRCStation.__UseStation__VRCSDKBaseVRCPlayerApi__SystemVoid(VRC.SDK3.Components.VRCStation instanceVRC.SDKBase.VRCPlayerApi player)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta new file mode 100644 index 00000000..9948117f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4e55ff32d7c5fa9449f8118af66a8524 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta new file mode 100644 index 00000000..460c948d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f56a31aed5aa7a84692c1be447bce318 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html new file mode 100644 index 00000000..feb07267 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + VRCSDKBaseInputManager — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

VRCSDKBaseInputManager

+

The VRCSDKBaseInputManager module.

+
+
+
+

InputManager

+
+
+Variable_VRCSDKBaseInputManager(VRC.SDKBase.InputManager InputManagerSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+

ctor

+
+
+VRCSDKBaseInputManager.__ctor____VRCSDKBaseInputManager()
+
+ +

outputs: unnamed (InputManager)

+

flow: none

+
+
+

InputManager EnableObjectHighlight

+
+
+VRCSDKBaseInputManager.__EnableObjectHighlight__UnityEngineGameObject_SystemBoolean__SystemVoid(UnityEngine.GameObject objSystem.Boolean enable)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

InputManager Equals

+
+
+VRCSDKBaseInputManager.__Equals__SystemObject__SystemBoolean(VRC.SDKBase.InputManager instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

InputManager get__EnableObjectHighlight

+
+
+VRCSDKBaseInputManager.__get__EnableObjectHighlight__SystemActionUnityEngineRendererSystemBoolean()
+
+ +

outputs: unnamed (Action`2)

+

flow: none

+
+
+

InputManager GetHashCode

+
+
+VRCSDKBaseInputManager.__GetHashCode__SystemInt32(VRC.SDKBase.InputManager instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

InputManager GetLastUsedInputMethod

+
+
+VRCSDKBaseInputManager.__GetLastUsedInputMethod__VRCSDKBaseVRCInputMethod()
+
+ +

outputs: unnamed (VRCInputMethod)

+

flow: none

+
+
+

InputManager GetType

+
+
+VRCSDKBaseInputManager.__GetType__SystemType(VRC.SDKBase.InputManager instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

InputManager IsUsingHandController

+
+
+VRCSDKBaseInputManager.__IsUsingHandController__SystemBoolean()
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

InputManager set__IsUsingHandController

+
+
+VRCSDKBaseInputManager.__set__IsUsingHandController__SystemFuncSystemBoolean(System.Func`1[System.Boolean] )
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

InputManager ToString

+
+
+VRCSDKBaseInputManager.__ToString__SystemString(VRC.SDKBase.InputManager instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta new file mode 100644 index 00000000..25fdb0a5 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 88b0aa68229ed4b44be094311ca1f59a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta new file mode 100644 index 00000000..09704342 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 94dd4157e05e6804183f1faac33652cd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html new file mode 100644 index 00000000..5b2e3908 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html @@ -0,0 +1,512 @@ + + + + + + + + + + + + VRCSDKBaseNetworking — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

VRCSDKBaseNetworking

+

The VRCSDKBaseNetworking module.

+
+
+
+

Networking CalculateServerDeltaTime

+
+
+VRCSDKBaseNetworking.__CalculateServerDeltaTime__SystemDouble_SystemDouble__SystemDouble(System.Double timeInSecondsSystem.Double previousTimeInSeconds)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

Networking Destroy

+
+
+VRCSDKBaseNetworking.__Destroy__UnityEngineGameObject__SystemVoid(UnityEngine.GameObject obj)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

Networking Equals

+
+
+VRCSDKBaseNetworking.__Equals__SystemObject__SystemBoolean(VRC.SDKBase.Networking instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Networking get_IsMaster

+
+
+VRCSDKBaseNetworking.__get_IsMaster__SystemBoolean()
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Networking get_IsNetworkSettled

+
+
+VRCSDKBaseNetworking.__get_IsNetworkSettled__SystemBoolean()
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Networking get_LocalPlayer

+
+
+VRCSDKBaseNetworking.__get_LocalPlayer__VRCSDKBaseVRCPlayerApi()
+
+ +

outputs: unnamed (VRCPlayerApi)

+

flow: none

+
+
+

Networking get_SceneEventHandler

+
+
+VRCSDKBaseNetworking.__get_SceneEventHandler__VRCSDKBaseVRC_EventHandler()
+
+ +

outputs: unnamed (VRC_EventHandler)

+

flow: none

+
+
+

Networking get__CalculateServerDeltaTime

+
+
+VRCSDKBaseNetworking.__get__CalculateServerDeltaTime__SystemFuncSystemDoubleSystemDoubleSystemDouble()
+
+ +

outputs: unnamed (Func`3)

+

flow: none

+
+
+

Networking GetEventDispatcher

+
+
+VRCSDKBaseNetworking.__GetEventDispatcher__VRCSDKBaseVRC_EventDispatcher()
+
+ +

outputs: unnamed (VRC_EventDispatcher)

+

flow: none

+
+
+

Networking GetHashCode

+
+
+VRCSDKBaseNetworking.__GetHashCode__SystemInt32(VRC.SDKBase.Networking instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

Networking GetNetworkDateTime

+
+
+VRCSDKBaseNetworking.__GetNetworkDateTime__SystemDateTime()
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+
+
+

Networking GetOwner

+
+
+VRCSDKBaseNetworking.__GetOwner__UnityEngineGameObject__VRCSDKBaseVRCPlayerApi(UnityEngine.GameObject obj)
+
+ +

outputs: unnamed (VRCPlayerApi)

+

flow: none

+
+
+

Networking GetServerTimeInMilliseconds

+
+
+VRCSDKBaseNetworking.__GetServerTimeInMilliseconds__SystemInt32()
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

Networking GetServerTimeInSeconds

+
+
+VRCSDKBaseNetworking.__GetServerTimeInSeconds__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

Networking GetType

+
+
+VRCSDKBaseNetworking.__GetType__SystemType(VRC.SDKBase.Networking instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

Networking GetUniqueName

+
+
+VRCSDKBaseNetworking.__GetUniqueName__UnityEngineGameObject__SystemString(UnityEngine.GameObject obj)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

Networking IsObjectReady

+
+
+VRCSDKBaseNetworking.__IsObjectReady__UnityEngineGameObject__SystemBoolean(UnityEngine.GameObject obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Networking IsOwner

+
+
+VRCSDKBaseNetworking.__IsOwner__UnityEngineGameObject__SystemBoolean(UnityEngine.GameObject obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Networking set__GetUniqueName

+
+
+VRCSDKBaseNetworking.__set__GetUniqueName__SystemFuncUnityEngineGameObjectSystemString(System.Func`2[UnityEngine.GameObject,System.String] )
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

Networking SetOwner

+
+
+VRCSDKBaseNetworking.__SetOwner__VRCSDKBaseVRCPlayerApi_UnityEngineGameObject__SystemVoid(VRC.SDKBase.VRCPlayerApi playerUnityEngine.GameObject obj)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

Networking ToString

+
+
+VRCSDKBaseNetworking.__ToString__SystemString(VRC.SDKBase.Networking instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta new file mode 100644 index 00000000..c9f2486f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bbf7428354a1ea647a734f24caffbc7a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta new file mode 100644 index 00000000..fcc83b96 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5426438cd81f8bc48a5870a41a5c5b3c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html new file mode 100644 index 00000000..eb24d95c --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html @@ -0,0 +1,970 @@ + + + + + + + + + + + + VRCSDKBaseVRCPlayerApi — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

VRCSDKBaseVRCPlayerApi

+

The VRCSDKBaseVRCPlayerApi module.

+
+
+
+

VRCPlayerApi

+
+
+Variable_VRCSDKBaseVRCPlayerApi(VRC.SDKBase.VRCPlayerApi VRCPlayerApiSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+

Contains a variable representing a VRChat Player API object. Used to access properties of players.

+
+
+

VRCPlayerApi AddToList

+
+
+VRCSDKBaseVRCPlayerApi.__AddToList__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi ClearPlayerTags

+
+
+VRCSDKBaseVRCPlayerApi.__ClearPlayerTags__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi ClearSilence

+
+
+VRCSDKBaseVRCPlayerApi.__ClearSilence__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatGetCurrentHitpoints

+
+
+VRCSDKBaseVRCPlayerApi.__CombatGetCurrentHitpoints__SystemSingle(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Single)

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatGetDestructible

+
+
+VRCSDKBaseVRCPlayerApi.__CombatGetDestructible__VRCSDKBaseIVRC_Destructible(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (IVRC_Destructible)

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatSetCurrentHitpoints

+
+
+VRCSDKBaseVRCPlayerApi.__CombatSetCurrentHitpoints__SystemSingle__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Single hp)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatSetDamageGraphic

+
+
+VRCSDKBaseVRCPlayerApi.__CombatSetDamageGraphic__UnityEngineGameObject__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.GameObject prefab)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatSetMaxHitpoints

+
+
+VRCSDKBaseVRCPlayerApi.__CombatSetMaxHitpoints__SystemSingle__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Single maxHp)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatSetRespawn

+
+
+VRCSDKBaseVRCPlayerApi.__CombatSetRespawn__SystemBoolean_SystemSingle_UnityEngineTransform__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Boolean respawnOnDeathSystem.Single respawnTimerUnityEngine.Transform respawnLocation)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi CombatSetup

+
+
+VRCSDKBaseVRCPlayerApi.__CombatSetup__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

ctor

+
+
+VRCSDKBaseVRCPlayerApi.__ctor____VRCSDKBaseVRCPlayerApi()
+
+ +

outputs: unnamed (VRCPlayerApi)

+

flow: none

+
+
+

VRCPlayerApi EnablePickups

+
+
+VRCSDKBaseVRCPlayerApi.__EnablePickups__SystemBoolean__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Boolean enable)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi Equals

+
+
+VRCSDKBaseVRCPlayerApi.__Equals__SystemObject__SystemBoolean(VRC.SDKBase.VRCPlayerApi instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPlayerApi get_AllPlayers

+
+
+VRCSDKBaseVRCPlayerApi.__get_AllPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi()
+
+ +

outputs: unnamed (List`1)

+

flow: none

+
+
+

VRCPlayerApi get_displayName

+
+
+VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString(VRC.SDKBase.VRCPlayerApi)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPlayerApi get_isLocal

+
+
+VRCSDKBaseVRCPlayerApi.__get_isLocal__SystemBoolean(VRC.SDKBase.VRCPlayerApi)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPlayerApi get_isMaster

+
+
+VRCSDKBaseVRCPlayerApi.__get_isMaster__SystemBoolean(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPlayerApi get_playerId

+
+
+VRCSDKBaseVRCPlayerApi.__get_playerId__SystemInt32(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPlayerApi get_sPlayers

+
+
+VRCSDKBaseVRCPlayerApi.__get_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi()
+
+ +

outputs: unnamed (List`1)

+

flow: none

+
+
+

VRCPlayerApi get__ClearInvisible

+
+
+VRCSDKBaseVRCPlayerApi.__get__ClearInvisible__SystemActionVRCSDKBaseVRCPlayerApi()
+
+ +

outputs: unnamed (Action`1)

+

flow: none

+
+
+

VRCPlayerApi GetBonePosition

+
+
+VRCSDKBaseVRCPlayerApi.__GetBonePosition__UnityEngineHumanBodyBones__UnityEngineVector3(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.HumanBodyBones tt)
+
+ +

outputs: unnamed (Vector3)

+

flow: none

+
+
+

VRCPlayerApi GetBoneRotation

+
+
+VRCSDKBaseVRCPlayerApi.__GetBoneRotation__UnityEngineHumanBodyBones__UnityEngineQuaternion(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.HumanBodyBones tt)
+
+ +

outputs: unnamed (Quaternion)

+

flow: none

+
+
+

VRCPlayerApi GetGravityStrength

+
+
+VRCSDKBaseVRCPlayerApi.__GetGravityStrength__SystemSingle(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPlayerApi GetHashCode

+
+
+VRCSDKBaseVRCPlayerApi.__GetHashCode__SystemInt32(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPlayerApi GetJumpImpulse

+
+
+VRCSDKBaseVRCPlayerApi.__GetJumpImpulse__SystemSingle(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPlayerApi GetPlayerById

+
+
+VRCSDKBaseVRCPlayerApi.__GetPlayerById__SystemInt32__VRCSDKBaseVRCPlayerApi(System.Int32 playerId)
+
+ +

outputs: unnamed (VRCPlayerApi)

+

flow: none

+
+
+

VRCPlayerApi GetPlayerId

+
+
+VRCSDKBaseVRCPlayerApi.__GetPlayerId__VRCSDKBaseVRCPlayerApi__SystemInt32(VRC.SDKBase.VRCPlayerApi player)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

VRCPlayerApi GetPlayersWithTag

+
+
+VRCSDKBaseVRCPlayerApi.__GetPlayersWithTag__SystemString_SystemString__SystemCollectionsGenericListSystemInt32(VRC.SDKBase.VRCPlayerApi instanceSystem.String tagNameSystem.String tagValue)
+
+ +

outputs: unnamed (List`1)

+

flow: none

+
+
+

VRCPlayerApi GetPlayerTag

+
+
+VRCSDKBaseVRCPlayerApi.__GetPlayerTag__SystemString__SystemString(VRC.SDKBase.VRCPlayerApi instanceSystem.String tagName)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPlayerApi GetPosition

+
+
+VRCSDKBaseVRCPlayerApi.__GetPosition__UnityEngineVector3(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Vector3)

+

flow: none

+
+
+

VRCPlayerApi GetRotation

+
+
+VRCSDKBaseVRCPlayerApi.__GetRotation__UnityEngineQuaternion(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Quaternion)

+

flow: none

+
+
+

VRCPlayerApi GetRunSpeed

+
+
+VRCSDKBaseVRCPlayerApi.__GetRunSpeed__SystemSingle(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPlayerApi GetTrackingData

+
+
+VRCSDKBaseVRCPlayerApi.__GetTrackingData__VRCSDKBaseVRCPlayerApiTrackingDataType__VRCSDKBaseVRCPlayerApiTrackingData(VRC.SDKBase.VRCPlayerApi instanceVRC.SDKBase.VRCPlayerApi+TrackingDataType tt)
+
+ +

outputs: unnamed (TrackingData)

+

flow: none

+
+
+

VRCPlayerApi GetType

+
+
+VRCSDKBaseVRCPlayerApi.__GetType__SystemType(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+
+
+

VRCPlayerApi GetVelocity

+
+
+VRCSDKBaseVRCPlayerApi.__GetVelocity__UnityEngineVector3(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Vector3)

+

flow: none

+
+
+

VRCPlayerApi GetWalkSpeed

+
+
+VRCSDKBaseVRCPlayerApi.__GetWalkSpeed__SystemSingle(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

VRCPlayerApi Immobilize

+
+
+VRCSDKBaseVRCPlayerApi.__Immobilize__SystemBoolean__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Boolean immobile)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi IsOwner

+
+
+VRCSDKBaseVRCPlayerApi.__IsOwner__UnityEngineGameObject__SystemBoolean(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.GameObject obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPlayerApi IsPlayerGrounded

+
+
+VRCSDKBaseVRCPlayerApi.__IsPlayerGrounded__SystemBoolean(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

VRCPlayerApi IsUserInVR

+
+
+VRCSDKBaseVRCPlayerApi.__IsUserInVR__SystemBoolean(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi PopAnimations

+
+
+VRCSDKBaseVRCPlayerApi.__PopAnimations__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi PushAnimations

+
+
+VRCSDKBaseVRCPlayerApi.__PushAnimations__UnityEngineRuntimeAnimatorController__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.RuntimeAnimatorController animations)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi RemoveFromList

+
+
+VRCSDKBaseVRCPlayerApi.__RemoveFromList__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi set_displayName

+
+
+VRCSDKBaseVRCPlayerApi.__set_displayName__SystemString(VRC.SDKBase.VRCPlayerApi System.String)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi set_isLocal

+
+
+VRCSDKBaseVRCPlayerApi.__set_isLocal__SystemBoolean(VRC.SDKBase.VRCPlayerApi System.Boolean)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi set_sPlayers

+
+
+VRCSDKBaseVRCPlayerApi.__set_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi(System.Collections.Generic.List`1[VRC.SDKBase.VRCPlayerApi] )
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi set__isMasterDelegate

+
+
+VRCSDKBaseVRCPlayerApi.__set__isMasterDelegate__SystemFuncVRCSDKBaseVRCPlayerApiSystemBoolean(System.Func`2[VRC.SDKBase.VRCPlayerApi,System.Boolean] )
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetGravityStrength

+
+
+VRCSDKBaseVRCPlayerApi.__SetGravityStrength__SystemSingle__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Single strength)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetJumpImpulse

+
+
+VRCSDKBaseVRCPlayerApi.__SetJumpImpulse__SystemSingle__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Single impulse)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetPlayerTag

+
+
+VRCSDKBaseVRCPlayerApi.__SetPlayerTag__SystemString_SystemString__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.String tagNameSystem.String tagValue)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetRunSpeed

+
+
+VRCSDKBaseVRCPlayerApi.__SetRunSpeed__SystemSingle__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Single speed)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetSilencedToTagged

+
+
+VRCSDKBaseVRCPlayerApi.__SetSilencedToTagged__SystemInt32_SystemString_SystemString__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Int32 levelSystem.String tagNameSystem.String tagValue)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetSilencedToUntagged

+
+
+VRCSDKBaseVRCPlayerApi.__SetSilencedToUntagged__SystemInt32_SystemString_SystemString__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Int32 levelSystem.String tagNameSystem.String tagValue)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetVelocity

+
+
+VRCSDKBaseVRCPlayerApi.__SetVelocity__UnityEngineVector3__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.Vector3 velocity)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi SetWalkSpeed

+
+
+VRCSDKBaseVRCPlayerApi.__SetWalkSpeed__SystemSingle__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceSystem.Single speed)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi TeleportTo

+
+
+VRCSDKBaseVRCPlayerApi.__TeleportTo__UnityEngineVector3_UnityEngineQuaternion__SystemVoid(VRC.SDKBase.VRCPlayerApi instanceUnityEngine.Vector3 teleportPosUnityEngine.Quaternion teleportRot)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi ToString

+
+
+VRCSDKBaseVRCPlayerApi.__ToString__SystemString(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

VRCPlayerApi UseAttachedStation

+
+
+VRCSDKBaseVRCPlayerApi.__UseAttachedStation__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+

VRCPlayerApi UseLegacyLocomotion

+
+
+VRCSDKBaseVRCPlayerApi.__UseLegacyLocomotion__SystemVoid(VRC.SDKBase.VRCPlayerApi instance)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta new file mode 100644 index 00000000..79c2e6f2 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bfe3ad74761759345b2764c6a93343e8 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html new file mode 100644 index 00000000..2111e86a --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html @@ -0,0 +1,285 @@ + + + + + + + + + + + + VRCSDK3 — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta new file mode 100644 index 00000000..5a85ca8b --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e5080b82152fcef498a65e94be53e4ac +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: -- cgit v1.2.3-freya