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 --- .../Udon/ReferenceDocs/nodes/System/Boolean.meta | 8 + .../ReferenceDocs/nodes/System/Boolean/index.html | 518 +++++++++ .../nodes/System/Boolean/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Byte.meta | 8 + .../ReferenceDocs/nodes/System/Byte/index.html | 595 +++++++++++ .../nodes/System/Byte/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Char.meta | 8 + .../ReferenceDocs/nodes/System/Char/index.html | 871 ++++++++++++++++ .../nodes/System/Char/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Convert.meta | 8 + .../ReferenceDocs/nodes/System/Convert/index.html | 551 ++++++++++ .../nodes/System/Convert/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/DateTime.meta | 8 + .../ReferenceDocs/nodes/System/DateTime/index.html | 1096 ++++++++++++++++++++ .../nodes/System/DateTime/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Double.meta | 8 + .../ReferenceDocs/nodes/System/Double/index.html | 647 ++++++++++++ .../nodes/System/Double/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Float.meta | 8 + .../ReferenceDocs/nodes/System/Float/index.html | 647 ++++++++++++ .../nodes/System/Float/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Int.meta | 8 + .../Udon/ReferenceDocs/nodes/System/Int/index.html | 606 +++++++++++ .../ReferenceDocs/nodes/System/Int/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Int16.meta | 8 + .../ReferenceDocs/nodes/System/Int16/index.html | 595 +++++++++++ .../nodes/System/Int16/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Int64.meta | 8 + .../ReferenceDocs/nodes/System/Int64/index.html | 595 +++++++++++ .../nodes/System/Int64/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Object.meta | 8 + .../ReferenceDocs/nodes/System/Object/index.html | 392 +++++++ .../nodes/System/Object/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/SByte.meta | 8 + .../ReferenceDocs/nodes/System/SByte/index.html | 595 +++++++++++ .../nodes/System/SByte/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/String.meta | 8 + .../ReferenceDocs/nodes/System/String/index.html | 896 ++++++++++++++++ .../nodes/System/String/index.html.meta | 7 + .../ReferenceDocs/nodes/System/TimeZoneInfo.meta | 8 + .../nodes/System/TimeZoneInfo/index.html | 647 ++++++++++++ .../nodes/System/TimeZoneInfo/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Type.meta | 8 + .../ReferenceDocs/nodes/System/Type/index.html | 419 ++++++++ .../nodes/System/Type/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/UInt16.meta | 8 + .../ReferenceDocs/nodes/System/UInt16/index.html | 595 +++++++++++ .../nodes/System/UInt16/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/UInt64.meta | 8 + .../ReferenceDocs/nodes/System/UInt64/index.html | 584 +++++++++++ .../nodes/System/UInt64/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/Uint.meta | 8 + .../ReferenceDocs/nodes/System/Uint/index.html | 595 +++++++++++ .../nodes/System/Uint/index.html.meta | 7 + .../Udon/ReferenceDocs/nodes/System/index.html | 303 ++++++ .../ReferenceDocs/nodes/System/index.html.meta | 7 + 56 files changed, 12024 insertions(+) create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html.meta create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html create mode 100644 VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html.meta (limited to 'VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System') diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean.meta new file mode 100644 index 00000000..9dce6141 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e6cb7ec032e97ef4da2ea4b18186a5bd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html new file mode 100644 index 00000000..6c03f8ee --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html @@ -0,0 +1,518 @@ + + + + + + + + + + + + Boolean — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Boolean

+

The Boolean module.

+
+
+
+

bool CompareTo

+
+
+SystemBoolean.__CompareTo__SystemObject__SystemInt32(System.Boolean instanceSystem.Object obj)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_ConditionalAnd

+
+
+SystemBoolean.__op_ConditionalAnd__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_ConditionalOr

+
+
+SystemBoolean.__op_ConditionalOr__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_ConditionalXor

+
+
+SystemBoolean.__op_ConditionalXor__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Equality

+
+
+SystemBoolean.__op_Equality__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

bool Equals

+
+
+SystemBoolean.__Equals__SystemObject__SystemBoolean(System.Boolean instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

bool get_FalseString

+
+
+SystemBoolean.__get_FalseString__SystemString()
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

bool get_TrueString

+
+
+SystemBoolean.__get_TrueString__SystemString()
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

bool GetHashCode

+
+
+SystemBoolean.__GetHashCode__SystemInt32(System.Boolean instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

bool GetType

+
+
+SystemBoolean.__GetType__SystemType(System.Boolean instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_Inequality

+
+
+SystemBoolean.__op_Inequality__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemBoolean.__op_LogicalAnd__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemBoolean.__op_LogicalOr__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemBoolean.__op_LogicalXor__SystemBoolean_SystemBoolean__SystemBoolean(System.Boolean System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

bool Parse

+
+
+SystemBoolean.__Parse__SystemString__SystemBoolean(System.String value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

bool ToString

+
+
+SystemBoolean.__ToString__SystemString(System.Boolean instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

bool TryParse

+
+
+SystemBoolean.__TryParse__SystemString_SystemBooleanRef__SystemBoolean(System.String value)
+
+ +

outputs: result (Boolean), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryNegation

+
+
+SystemBoolean.__op_UnaryNegation__SystemBoolean__SystemBoolean(System.Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

bool

+
+
+Const_SystemBoolean(System.Boolean Boolean)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

bool

+
+
+Variable_SystemBoolean(System.Boolean BooleanSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta new file mode 100644 index 00000000..eec83548 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0db02bf3a3ddce447b49a98d41a57756 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte.meta new file mode 100644 index 00000000..443e5001 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5dc50db766a48f4b9207cf2b7732273 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html new file mode 100644 index 00000000..5b8889ce --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html @@ -0,0 +1,595 @@ + + + + + + + + + + + + Byte — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Byte

+

The Byte module.

+
+
+
+

op_Addition

+
+
+SystemByte.__op_Addition__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

byte CompareTo

+
+
+SystemByte.__CompareTo__SystemObject__SystemInt32(System.Byte instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemByte.__op_Division__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemByte.__op_Equality__SystemByte_SystemByte__SystemBoolean(System.Byte System.Byte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

byte Equals

+
+
+SystemByte.__Equals__SystemObject__SystemBoolean(System.Byte instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

byte get_MaxValue

+
+
+SystemByte.__get_MaxValue__SystemByte()
+
+ +

outputs: unnamed (Byte)

+

flow: none

+

C# Documentation

+
+
+

byte get_MinValue

+
+
+SystemByte.__get_MinValue__SystemByte()
+
+ +

outputs: unnamed (Byte)

+

flow: none

+

C# Documentation

+
+
+

byte GetHashCode

+
+
+SystemByte.__GetHashCode__SystemInt32(System.Byte instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

byte GetType

+
+
+SystemByte.__GetType__SystemType(System.Byte instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemByte.__op_GreaterThan__SystemByte_SystemByte__SystemBoolean(System.Byte System.Byte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemByte.__op_GreaterThanOrEqual__SystemByte_SystemByte__SystemBoolean(System.Byte System.Byte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemByte.__op_Inequality__SystemByte_SystemByte__SystemBoolean(System.Byte System.Byte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemByte.__op_LeftShift__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemByte.__op_LessThan__SystemByte_SystemByte__SystemBoolean(System.Byte System.Byte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemByte.__op_LessThanOrEqual__SystemByte_SystemByte__SystemBoolean(System.Byte System.Byte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemByte.__op_LogicalAnd__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemByte.__op_LogicalOr__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemByte.__op_LogicalXor__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemByte.__op_Multiplication__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

byte Parse

+
+
+SystemByte.__Parse__SystemString__SystemByte(System.String s)
+
+ +

outputs: unnamed (Byte)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemByte.__op_RightShift__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemByte.__op_Subtraction__SystemByte_SystemByte__SystemInt32(System.Byte System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

byte ToString

+
+
+SystemByte.__ToString__SystemString(System.Byte instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

byte TryParse

+
+
+SystemByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemByteRef__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (Byte), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemByte.__op_UnaryMinus__SystemByte__SystemInt32(System.Byte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

byte

+
+
+Const_SystemByte(System.Byte Byte)
+
+ +

outputs: unnamed (Byte)

+

flow: none

+

C# Documentation

+
+
+

byte

+
+
+Variable_SystemByte(System.Byte ByteSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta new file mode 100644 index 00000000..4610eb9f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66328d9586add9647a61b7481d5181ac +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char.meta new file mode 100644 index 00000000..5b226f2a --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bb9bb403edb10da4a86cdffe4a9b1c11 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html new file mode 100644 index 00000000..5138fade --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html @@ -0,0 +1,871 @@ + + + + + + + + + + + + Char — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Char

+

The Char module.

+
+
+
+

op_Addition

+
+
+SystemChar.__op_Addition__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char CompareTo

+
+
+SystemChar.__CompareTo__SystemObject__SystemInt32(System.Char instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

char ConvertFromUtf32

+
+
+SystemChar.__ConvertFromUtf32__SystemInt32__SystemString(System.Int32 utf32)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

char ConvertToUtf32

+
+
+SystemChar.__ConvertToUtf32__SystemChar_SystemChar__SystemInt32(System.Char highSurrogateSystem.Char lowSurrogate)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemChar.__op_Division__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemChar.__op_Equality__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

char Equals

+
+
+SystemChar.__Equals__SystemObject__SystemBoolean(System.Char instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char get_MaxValue

+
+
+SystemChar.__get_MaxValue__SystemChar()
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char get_MinValue

+
+
+SystemChar.__get_MinValue__SystemChar()
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char GetHashCode

+
+
+SystemChar.__GetHashCode__SystemInt32(System.Char instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

char GetNumericValue

+
+
+SystemChar.__GetNumericValue__SystemChar__SystemDouble(System.Char c)
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

char GetType

+
+
+SystemChar.__GetType__SystemType(System.Char instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

char GetUnicodeCategory

+
+
+SystemChar.__GetUnicodeCategory__SystemChar__SystemGlobalizationUnicodeCategory(System.Char c)
+
+ +

outputs: unnamed (UnicodeCategory)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemChar.__op_GreaterThan__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemChar.__op_GreaterThanOrEqual__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemChar.__op_Inequality__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

char IsControl

+
+
+SystemChar.__IsControl__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsDigit

+
+
+SystemChar.__IsDigit__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsHighSurrogate

+
+
+SystemChar.__IsHighSurrogate__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLetter

+
+
+SystemChar.__IsLetter__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLetterOrDigit

+
+
+SystemChar.__IsLetterOrDigit__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLower

+
+
+SystemChar.__IsLower__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLowSurrogate

+
+
+SystemChar.__IsLowSurrogate__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsNumber

+
+
+SystemChar.__IsNumber__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsPunctuation

+
+
+SystemChar.__IsPunctuation__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSeparator

+
+
+SystemChar.__IsSeparator__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSurrogate

+
+
+SystemChar.__IsSurrogate__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSurrogatePair

+
+
+SystemChar.__IsSurrogatePair__SystemChar_SystemChar__SystemBoolean(System.Char highSurrogateSystem.Char lowSurrogate)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSymbol

+
+
+SystemChar.__IsSymbol__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsUpper

+
+
+SystemChar.__IsUpper__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsWhiteSpace

+
+
+SystemChar.__IsWhiteSpace__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

op_LeftShift

+
+
+SystemChar.__op_LeftShift__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemChar.__op_LessThan__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemChar.__op_LessThanOrEqual__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemChar.__op_LogicalAnd__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemChar.__op_LogicalOr__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemChar.__op_LogicalXor__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemChar.__op_Multiplication__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char Parse

+
+
+SystemChar.__Parse__SystemString__SystemChar(System.String s)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemChar.__op_RightShift__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemChar.__op_Subtraction__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char ToLower

+
+
+SystemChar.__ToLower__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char ToLowerInvariant

+
+
+SystemChar.__ToLowerInvariant__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char ToString

+
+
+SystemChar.__ToString__SystemChar__SystemString(System.Char c)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

char ToUpper

+
+
+SystemChar.__ToUpper__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char ToUpperInvariant

+
+
+SystemChar.__ToUpperInvariant__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char TryParse

+
+
+SystemChar.__TryParse__SystemString_SystemCharRef__SystemBoolean(System.String s)
+
+ +

outputs: result (Char), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemChar.__op_UnaryMinus__SystemChar__SystemInt32(System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char

+
+
+Const_SystemChar(System.Char Char)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char

+
+
+Variable_SystemChar(System.Char CharSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html.meta new file mode 100644 index 00000000..209c12ed --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Char/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b0e403478f1101c4ba4ed942f9b4cf10 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert.meta new file mode 100644 index 00000000..710360c4 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c43b43fc5cf38c6458725378e3c61dc1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html new file mode 100644 index 00000000..21eba378 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html @@ -0,0 +1,551 @@ + + + + + + + + + + + + Convert — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Convert

+

The Convert module.

+
+
+
+

Convert Equals

+
+
+SystemConvert.__Equals__SystemObject__SystemBoolean(System.Convert instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Convert FromBase64CharArray

+
+
+SystemConvert.__FromBase64CharArray__SystemCharArray_SystemInt32_SystemInt32__SystemByteArray(System.Char[] inArraySystem.Int32 offsetSystem.Int32 length)
+
+ +

outputs: unnamed (Byte[])

+

flow: none

+

C# Documentation

+
+
+

Convert FromBase64String

+
+
+SystemConvert.__FromBase64String__SystemString__SystemByteArray(System.String s)
+
+ +

outputs: unnamed (Byte[])

+

flow: none

+

C# Documentation

+
+
+

Convert GetHashCode

+
+
+SystemConvert.__GetHashCode__SystemInt32(System.Convert instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

Convert GetType

+
+
+SystemConvert.__GetType__SystemType(System.Convert instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

Convert ToBase64CharArray

+
+
+SystemConvert.__ToBase64CharArray__SystemByteArray_SystemInt32_SystemInt32_SystemCharArray_SystemInt32__SystemInt32(System.Byte[] inArraySystem.Int32 offsetInSystem.Int32 lengthSystem.Char[] outArraySystem.Int32 offsetOut)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

Convert ToBase64String

+
+
+SystemConvert.__ToBase64String__SystemByteArray__SystemString(System.Byte[] inArray)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Convert ToBoolean

+
+
+SystemConvert.__ToBoolean__SystemObject__SystemBoolean(System.Object value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Convert ToByte

+
+
+SystemConvert.__ToByte__SystemObject__SystemByte(System.Object value)
+
+ +

outputs: unnamed (Byte)

+

flow: none

+

C# Documentation

+
+
+

Convert ToChar

+
+
+SystemConvert.__ToChar__SystemObject__SystemChar(System.Object value)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

Convert ToDateTime

+
+
+SystemConvert.__ToDateTime__SystemDateTime__SystemDateTime(System.DateTime value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

Convert ToDecimal

+
+
+SystemConvert.__ToDecimal__SystemObject__SystemDecimal(System.Object value)
+
+ +

outputs: unnamed (Decimal)

+

flow: none

+

C# Documentation

+
+
+

Convert ToDouble

+
+
+SystemConvert.__ToDouble__SystemObject__SystemDouble(System.Object value)
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

Convert ToSingle

+
+
+SystemConvert.__ToSingle__SystemObject__SystemSingle(System.Object value)
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

Convert ToInt32

+
+
+SystemConvert.__ToInt32__SystemObject__SystemInt32(System.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

Convert ToInt16

+
+
+SystemConvert.__ToInt16__SystemObject__SystemInt16(System.Object value)
+
+ +

outputs: unnamed (Int16)

+

flow: none

+

C# Documentation

+
+
+

Convert ToInt64

+
+
+SystemConvert.__ToInt64__SystemObject__SystemInt64(System.Object value)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

Convert ToSByte

+
+
+SystemConvert.__ToSByte__SystemObject__SystemSByte(System.Object value)
+
+ +

outputs: unnamed (SByte)

+

flow: none

+

C# Documentation

+
+
+

Convert ToString

+
+
+SystemConvert.__ToString__SystemString(System.Convert instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Convert ToUInt32

+
+
+SystemConvert.__ToUInt32__SystemObject__SystemUInt32(System.Object value)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+

C# Documentation

+
+
+

Convert ToUInt16

+
+
+SystemConvert.__ToUInt16__SystemObject__SystemUInt16(System.Object value)
+
+ +

outputs: unnamed (UInt16)

+

flow: none

+

C# Documentation

+
+
+

Convert ToUInt64

+
+
+SystemConvert.__ToUInt64__SystemObject__SystemUInt64(System.Object value)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+

C# Documentation

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html.meta new file mode 100644 index 00000000..21e927ca --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Convert/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9d9e035ccd0a543419b60366cb8c64a7 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime.meta new file mode 100644 index 00000000..96505544 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b207b91e8da8b14fb59f03ed6caa3a7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html new file mode 100644 index 00000000..eebce3ae --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html @@ -0,0 +1,1096 @@ + + + + + + + + + + + + DateTime — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

DateTime

+

The DateTime module.

+
+
+
+

DateTime

+
+
+Const_SystemDateTime(System.DateTime DateTime)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime Add

+
+
+SystemDateTime.__Add__SystemTimeSpan__SystemDateTime(System.DateTime instanceSystem.TimeSpan value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddDays

+
+
+SystemDateTime.__AddDays__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddHours

+
+
+SystemDateTime.__AddHours__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemDateTime.__op_Addition__SystemDateTime_SystemTimeSpan__SystemDateTime(System.DateTime System.TimeSpan)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+
+
+

DateTime AddMilliseconds

+
+
+SystemDateTime.__AddMilliseconds__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddMinutes

+
+
+SystemDateTime.__AddMinutes__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddMonths

+
+
+SystemDateTime.__AddMonths__SystemInt32__SystemDateTime(System.DateTime instanceSystem.Int32 months)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddSeconds

+
+
+SystemDateTime.__AddSeconds__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddTicks

+
+
+SystemDateTime.__AddTicks__SystemInt64__SystemDateTime(System.DateTime instanceSystem.Int64 value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime AddYears

+
+
+SystemDateTime.__AddYears__SystemInt32__SystemDateTime(System.DateTime instanceSystem.Int32 value)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime Compare

+
+
+SystemDateTime.__Compare__SystemDateTime_SystemDateTime__SystemInt32(System.DateTime t1System.DateTime t2)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime CompareTo

+
+
+SystemDateTime.__CompareTo__SystemObject__SystemInt32(System.DateTime instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

ctor

+
+
+SystemDateTime.__ctor__SystemInt64__SystemDateTime(System.Int64)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime DaysInMonth

+
+
+SystemDateTime.__DaysInMonth__SystemInt32_SystemInt32__SystemInt32(System.Int32 yearSystem.Int32 month)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Equality

+
+
+SystemDateTime.__op_Equality__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

DateTime Equals

+
+
+SystemDateTime.__Equals__SystemObject__SystemBoolean(System.DateTime instanceSystem.Object value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

DateTime FromBinary

+
+
+SystemDateTime.__FromBinary__SystemInt64__SystemDateTime(System.Int64 dateData)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime FromFileTime

+
+
+SystemDateTime.__FromFileTime__SystemInt64__SystemDateTime(System.Int64 fileTime)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime FromFileTimeUtc

+
+
+SystemDateTime.__FromFileTimeUtc__SystemInt64__SystemDateTime(System.Int64 fileTime)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime FromOADate

+
+
+SystemDateTime.__FromOADate__SystemDouble__SystemDateTime(System.Double d)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Date

+
+
+SystemDateTime.__get_Date__SystemDateTime(System.DateTime instance)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Day

+
+
+SystemDateTime.__get_Day__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_DayOfWeek

+
+
+SystemDateTime.__get_DayOfWeek__SystemDayOfWeek(System.DateTime instance)
+
+ +

outputs: unnamed (DayOfWeek)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_DayOfYear

+
+
+SystemDateTime.__get_DayOfYear__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Hour

+
+
+SystemDateTime.__get_Hour__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Kind

+
+
+SystemDateTime.__get_Kind__SystemDateTimeKind(System.DateTime instance)
+
+ +

outputs: unnamed (DateTimeKind)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_MaxValue

+
+
+SystemDateTime.__get_MaxValue__SystemDateTime()
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Millisecond

+
+
+SystemDateTime.__get_Millisecond__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Minute

+
+
+SystemDateTime.__get_Minute__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_MinValue

+
+
+SystemDateTime.__get_MinValue__SystemDateTime()
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Month

+
+
+SystemDateTime.__get_Month__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Now

+
+
+SystemDateTime.__get_Now__SystemDateTime()
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Second

+
+
+SystemDateTime.__get_Second__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Ticks

+
+
+SystemDateTime.__get_Ticks__SystemInt64(System.DateTime instance)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_TimeOfDay

+
+
+SystemDateTime.__get_TimeOfDay__SystemTimeSpan(System.DateTime instance)
+
+ +

outputs: unnamed (TimeSpan)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Today

+
+
+SystemDateTime.__get_Today__SystemDateTime()
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_UtcNow

+
+
+SystemDateTime.__get_UtcNow__SystemDateTime()
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime get_Year

+
+
+SystemDateTime.__get_Year__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime GetDateTimeFormats

+
+
+SystemDateTime.__GetDateTimeFormats__SystemStringArray(System.DateTime instance)
+
+ +

outputs: unnamed (String[])

+

flow: none

+

C# Documentation

+
+
+

DateTime GetHashCode

+
+
+SystemDateTime.__GetHashCode__SystemInt32(System.DateTime instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

DateTime GetType

+
+
+SystemDateTime.__GetType__SystemType(System.DateTime instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemDateTime.__op_GreaterThan__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemDateTime.__op_GreaterThanOrEqual__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemDateTime.__op_Inequality__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

DateTime IsDaylightSavingTime

+
+
+SystemDateTime.__IsDaylightSavingTime__SystemBoolean(System.DateTime instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

DateTime IsLeapYear

+
+
+SystemDateTime.__IsLeapYear__SystemInt32__SystemBoolean(System.Int32 year)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

op_LessThan

+
+
+SystemDateTime.__op_LessThan__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemDateTime.__op_LessThanOrEqual__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

DateTime Parse

+
+
+SystemDateTime.__Parse__SystemString__SystemDateTime(System.String s)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime ParseExact

+
+
+SystemDateTime.__ParseExact__SystemString_SystemString_SystemIFormatProvider__SystemDateTime(System.String sSystem.String formatSystem.IFormatProvider provider)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime SpecifyKind

+
+
+SystemDateTime.__SpecifyKind__SystemDateTime_SystemDateTimeKind__SystemDateTime(System.DateTime valueSystem.DateTimeKind kind)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime Subtract

+
+
+SystemDateTime.__Subtract__SystemDateTime__SystemTimeSpan(System.DateTime instanceSystem.DateTime value)
+
+ +

outputs: unnamed (TimeSpan)

+

flow: none

+

C# Documentation

+
+
+

op_Subtraction

+
+
+SystemDateTime.__op_Subtraction__SystemDateTime_SystemTimeSpan__SystemDateTime(System.DateTime System.TimeSpan)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+
+
+

DateTime ToBinary

+
+
+SystemDateTime.__ToBinary__SystemInt64(System.DateTime instance)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToFileTime

+
+
+SystemDateTime.__ToFileTime__SystemInt64(System.DateTime instance)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToFileTimeUtc

+
+
+SystemDateTime.__ToFileTimeUtc__SystemInt64(System.DateTime instance)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToLocalTime

+
+
+SystemDateTime.__ToLocalTime__SystemDateTime(System.DateTime instance)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToLongDateString

+
+
+SystemDateTime.__ToLongDateString__SystemString(System.DateTime instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToLongTimeString

+
+
+SystemDateTime.__ToLongTimeString__SystemString(System.DateTime instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToOADate

+
+
+SystemDateTime.__ToOADate__SystemDouble(System.DateTime instance)
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToShortDateString

+
+
+SystemDateTime.__ToShortDateString__SystemString(System.DateTime instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToShortTimeString

+
+
+SystemDateTime.__ToShortTimeString__SystemString(System.DateTime instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToString

+
+
+SystemDateTime.__ToString__SystemString(System.DateTime instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

DateTime ToUniversalTime

+
+
+SystemDateTime.__ToUniversalTime__SystemDateTime(System.DateTime instance)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

DateTime TryParse

+
+
+SystemDateTime.__TryParse__SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean(System.String sSystem.IFormatProvider providerSystem.Globalization.DateTimeStyles styles)
+
+ +

outputs: result (DateTime), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

DateTime TryParseExact

+
+
+SystemDateTime.__TryParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean(System.String sSystem.String formatSystem.IFormatProvider providerSystem.Globalization.DateTimeStyles style)
+
+ +

outputs: result (DateTime), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

DateTime

+
+
+Variable_SystemDateTime(System.DateTime DateTimeSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html.meta new file mode 100644 index 00000000..66e82468 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/DateTime/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66d25dbaef9c59f4db95100345f47047 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double.meta new file mode 100644 index 00000000..5109b226 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 122f28d6ec3663142893d417a17f4c1e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html new file mode 100644 index 00000000..1a3e5eac --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html @@ -0,0 +1,647 @@ + + + + + + + + + + + + Double — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Double

+

The Double module.

+
+
+
+

double

+
+
+Const_SystemDouble(System.Double Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemDouble.__op_Addition__SystemDouble_SystemDouble__SystemDouble(System.Double System.Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

double CompareTo

+
+
+SystemDouble.__CompareTo__SystemObject__SystemInt32(System.Double instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemDouble.__op_Division__SystemDouble_SystemDouble__SystemDouble(System.Double System.Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

op_Equality

+
+
+SystemDouble.__op_Equality__SystemDouble_SystemDouble__SystemBoolean(System.Double System.Double)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

double Equals

+
+
+SystemDouble.__Equals__SystemObject__SystemBoolean(System.Double instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

double get_Epsilon

+
+
+SystemDouble.__get_Epsilon__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

double get_MaxValue

+
+
+SystemDouble.__get_MaxValue__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

double get_MinValue

+
+
+SystemDouble.__get_MinValue__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

double get_NaN

+
+
+SystemDouble.__get_NaN__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

double get_NegativeInfinity

+
+
+SystemDouble.__get_NegativeInfinity__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

double get_PositiveInfinity

+
+
+SystemDouble.__get_PositiveInfinity__SystemDouble()
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

double GetHashCode

+
+
+SystemDouble.__GetHashCode__SystemInt32(System.Double instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

double GetType

+
+
+SystemDouble.__GetType__SystemType(System.Double instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemDouble.__op_GreaterThan__SystemDouble_SystemDouble__SystemBoolean(System.Double System.Double)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemDouble.__op_GreaterThanOrEqual__SystemDouble_SystemDouble__SystemBoolean(System.Double System.Double)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemDouble.__op_Inequality__SystemDouble_SystemDouble__SystemBoolean(System.Double System.Double)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

double IsInfinity

+
+
+SystemDouble.__IsInfinity__SystemDouble__SystemBoolean(System.Double d)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

double IsNaN

+
+
+SystemDouble.__IsNaN__SystemDouble__SystemBoolean(System.Double d)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

double IsNegativeInfinity

+
+
+SystemDouble.__IsNegativeInfinity__SystemDouble__SystemBoolean(System.Double d)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

double IsPositiveInfinity

+
+
+SystemDouble.__IsPositiveInfinity__SystemDouble__SystemBoolean(System.Double d)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

op_LessThan

+
+
+SystemDouble.__op_LessThan__SystemDouble_SystemDouble__SystemBoolean(System.Double System.Double)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemDouble.__op_LessThanOrEqual__SystemDouble_SystemDouble__SystemBoolean(System.Double System.Double)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemDouble.__op_Multiplication__SystemDouble_SystemDouble__SystemDouble(System.Double System.Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

double Parse

+
+
+SystemDouble.__Parse__SystemString__SystemDouble(System.String s)
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

op_Remainder

+
+
+SystemDouble.__op_Remainder__SystemDouble_SystemDouble__SystemDouble(System.Double System.Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemDouble.__op_Subtraction__SystemDouble_SystemDouble__SystemDouble(System.Double System.Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

double ToString

+
+
+SystemDouble.__ToString__SystemString(System.Double instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

double TryParse

+
+
+SystemDouble.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemDoubleRef__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (Double), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemDouble.__op_UnaryMinus__SystemDouble__SystemDouble(System.Double)
+
+ +

outputs: unnamed (Double)

+

flow: none

+
+
+

double

+
+
+Variable_SystemDouble(System.Double DoubleSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html.meta new file mode 100644 index 00000000..e344e791 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Double/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3f6fa871dc1bff14981277dee2588104 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float.meta new file mode 100644 index 00000000..ee236bc6 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96bc34b00f57444429440f1cb8d76638 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html new file mode 100644 index 00000000..dd7ee0f4 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html @@ -0,0 +1,647 @@ + + + + + + + + + + + + Float — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Float

+

The Float module.

+
+
+
+

float

+
+
+Const_SystemSingle(System.Single Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemSingle.__op_Addition__SystemSingle_SystemSingle__SystemSingle(System.Single System.Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

float CompareTo

+
+
+SystemSingle.__CompareTo__SystemObject__SystemInt32(System.Single instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemSingle.__op_Division__SystemSingle_SystemSingle__SystemSingle(System.Single System.Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

op_Equality

+
+
+SystemSingle.__op_Equality__SystemSingle_SystemSingle__SystemBoolean(System.Single System.Single)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

float Equals

+
+
+SystemSingle.__Equals__SystemObject__SystemBoolean(System.Single instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

float get_Epsilon

+
+
+SystemSingle.__get_Epsilon__SystemSingle()
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

float get_MaxValue

+
+
+SystemSingle.__get_MaxValue__SystemSingle()
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

float get_MinValue

+
+
+SystemSingle.__get_MinValue__SystemSingle()
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

float get_NaN

+
+
+SystemSingle.__get_NaN__SystemSingle()
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

float get_NegativeInfinity

+
+
+SystemSingle.__get_NegativeInfinity__SystemSingle()
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

float get_PositiveInfinity

+
+
+SystemSingle.__get_PositiveInfinity__SystemSingle()
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

float GetHashCode

+
+
+SystemSingle.__GetHashCode__SystemInt32(System.Single instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

float GetType

+
+
+SystemSingle.__GetType__SystemType(System.Single instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemSingle.__op_GreaterThan__SystemSingle_SystemSingle__SystemBoolean(System.Single System.Single)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemSingle.__op_GreaterThanOrEqual__SystemSingle_SystemSingle__SystemBoolean(System.Single System.Single)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemSingle.__op_Inequality__SystemSingle_SystemSingle__SystemBoolean(System.Single System.Single)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

float IsInfinity

+
+
+SystemSingle.__IsInfinity__SystemSingle__SystemBoolean(System.Single f)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

float IsNaN

+
+
+SystemSingle.__IsNaN__SystemSingle__SystemBoolean(System.Single f)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

float IsNegativeInfinity

+
+
+SystemSingle.__IsNegativeInfinity__SystemSingle__SystemBoolean(System.Single f)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

float IsPositiveInfinity

+
+
+SystemSingle.__IsPositiveInfinity__SystemSingle__SystemBoolean(System.Single f)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

op_LessThan

+
+
+SystemSingle.__op_LessThan__SystemSingle_SystemSingle__SystemBoolean(System.Single System.Single)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemSingle.__op_LessThanOrEqual__SystemSingle_SystemSingle__SystemBoolean(System.Single System.Single)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemSingle.__op_Multiplication__SystemSingle_SystemSingle__SystemSingle(System.Single System.Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

float Parse

+
+
+SystemSingle.__Parse__SystemString__SystemSingle(System.String s)
+
+ +

outputs: unnamed (Single)

+

flow: none

+

C# Documentation

+
+
+

op_Remainder

+
+
+SystemSingle.__op_Remainder__SystemSingle_SystemSingle__SystemSingle(System.Single System.Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemSingle.__op_Subtraction__SystemSingle_SystemSingle__SystemSingle(System.Single System.Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

float ToString

+
+
+SystemSingle.__ToString__SystemString(System.Single instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

float TryParse

+
+
+SystemSingle.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemSingleRef__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (Single), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemSingle.__op_UnaryMinus__SystemSingle__SystemSingle(System.Single)
+
+ +

outputs: unnamed (Single)

+

flow: none

+
+
+

float

+
+
+Variable_SystemSingle(System.Single SingleSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html.meta new file mode 100644 index 00000000..48d7af42 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Float/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 220dc0f32b1e3534f850c214296e7d02 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int.meta new file mode 100644 index 00000000..fdec00ee --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e3588fc543c86874886eb55fdca7dd20 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html new file mode 100644 index 00000000..9e3dba7a --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html @@ -0,0 +1,606 @@ + + + + + + + + + + + + Int — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Int

+

The Int module.

+
+
+
+

int

+
+
+Const_SystemInt32(System.Int32 Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemInt32.__op_Addition__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

int CompareTo

+
+
+SystemInt32.__CompareTo__SystemObject__SystemInt32(System.Int32 instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemInt32.__op_Division__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemInt32.__op_Equality__SystemInt32_SystemInt32__SystemBoolean(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

int Equals

+
+
+SystemInt32.__Equals__SystemObject__SystemBoolean(System.Int32 instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

int get_MaxValue

+
+
+SystemInt32.__get_MaxValue__SystemInt32()
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

int get_MinValue

+
+
+SystemInt32.__get_MinValue__SystemInt32()
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

int GetHashCode

+
+
+SystemInt32.__GetHashCode__SystemInt32(System.Int32 instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

int GetType

+
+
+SystemInt32.__GetType__SystemType(System.Int32 instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemInt32.__op_GreaterThan__SystemInt32_SystemInt32__SystemBoolean(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemInt32.__op_GreaterThanOrEqual__SystemInt32_SystemInt32__SystemBoolean(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemInt32.__op_Inequality__SystemInt32_SystemInt32__SystemBoolean(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemInt32.__op_LeftShift__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemInt32.__op_LessThan__SystemInt32_SystemInt32__SystemBoolean(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemInt32.__op_LessThanOrEqual__SystemInt32_SystemInt32__SystemBoolean(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemInt32.__op_LogicalAnd__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemInt32.__op_LogicalOr__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemInt32.__op_LogicalXor__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemInt32.__op_Multiplication__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

int Parse

+
+
+SystemInt32.__Parse__SystemString__SystemInt32(System.String s)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Remainder

+
+
+SystemInt32.__op_Remainder__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_RightShift

+
+
+SystemInt32.__op_RightShift__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemInt32.__op_Subtraction__SystemInt32_SystemInt32__SystemInt32(System.Int32 System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

int ToString

+
+
+SystemInt32.__ToString__SystemString(System.Int32 instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

int TryParse

+
+
+SystemInt32.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemInt32Ref__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (Int32), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemInt32.__op_UnaryMinus__SystemInt32__SystemInt32(System.Int32)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

int

+
+
+Variable_SystemInt32(System.Int32 Int32System.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html.meta new file mode 100644 index 00000000..c7e4a9cd --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b82eafba4ebd2554faf97037c0dacad7 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16.meta new file mode 100644 index 00000000..fb69d63b --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72d4c8aac3527b842810a7aa8506bf98 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html new file mode 100644 index 00000000..cafbc9e8 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html @@ -0,0 +1,595 @@ + + + + + + + + + + + + Int16 — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Int16

+

The Int16 module.

+
+
+
+

short

+
+
+Const_SystemInt16(System.Int16 Int16)
+
+ +

outputs: unnamed (Int16)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemInt16.__op_Addition__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

short CompareTo

+
+
+SystemInt16.__CompareTo__SystemObject__SystemInt32(System.Int16 instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemInt16.__op_Division__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemInt16.__op_Equality__SystemInt16_SystemInt16__SystemBoolean(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

short Equals

+
+
+SystemInt16.__Equals__SystemObject__SystemBoolean(System.Int16 instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

short get_MaxValue

+
+
+SystemInt16.__get_MaxValue__SystemInt16()
+
+ +

outputs: unnamed (Int16)

+

flow: none

+

C# Documentation

+
+
+

short get_MinValue

+
+
+SystemInt16.__get_MinValue__SystemInt16()
+
+ +

outputs: unnamed (Int16)

+

flow: none

+

C# Documentation

+
+
+

short GetHashCode

+
+
+SystemInt16.__GetHashCode__SystemInt32(System.Int16 instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

short GetType

+
+
+SystemInt16.__GetType__SystemType(System.Int16 instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemInt16.__op_GreaterThan__SystemInt16_SystemInt16__SystemBoolean(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemInt16.__op_GreaterThanOrEqual__SystemInt16_SystemInt16__SystemBoolean(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemInt16.__op_Inequality__SystemInt16_SystemInt16__SystemBoolean(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemInt16.__op_LeftShift__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemInt16.__op_LessThan__SystemInt16_SystemInt16__SystemBoolean(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemInt16.__op_LessThanOrEqual__SystemInt16_SystemInt16__SystemBoolean(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemInt16.__op_LogicalAnd__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemInt16.__op_LogicalOr__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemInt16.__op_LogicalXor__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemInt16.__op_Multiplication__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

short Parse

+
+
+SystemInt16.__Parse__SystemString__SystemInt16(System.String s)
+
+ +

outputs: unnamed (Int16)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemInt16.__op_RightShift__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemInt16.__op_Subtraction__SystemInt16_SystemInt16__SystemInt32(System.Int16 System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

short ToString

+
+
+SystemInt16.__ToString__SystemString(System.Int16 instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

short TryParse

+
+
+SystemInt16.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemInt16Ref__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (Int16), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemInt16.__op_UnaryMinus__SystemInt16__SystemInt32(System.Int16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

short

+
+
+Variable_SystemInt16(System.Int16 Int16System.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html.meta new file mode 100644 index 00000000..6ffd1f0f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int16/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a984fe503aedb1d43a00ee7a45f9d2e4 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64.meta new file mode 100644 index 00000000..de6db86e --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d0c612da6b4a00a4cba95314c22b94df +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html new file mode 100644 index 00000000..12e0be0e --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html @@ -0,0 +1,595 @@ + + + + + + + + + + + + Int64 — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Int64

+

The Int64 module.

+
+
+
+

long

+
+
+Const_SystemInt64(System.Int64 Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemInt64.__op_Addition__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

long CompareTo

+
+
+SystemInt64.__CompareTo__SystemObject__SystemInt32(System.Int64 instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemInt64.__op_Division__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

op_Equality

+
+
+SystemInt64.__op_Equality__SystemInt64_SystemInt64__SystemBoolean(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

long Equals

+
+
+SystemInt64.__Equals__SystemObject__SystemBoolean(System.Int64 instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

long get_MaxValue

+
+
+SystemInt64.__get_MaxValue__SystemInt64()
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

long get_MinValue

+
+
+SystemInt64.__get_MinValue__SystemInt64()
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

long GetHashCode

+
+
+SystemInt64.__GetHashCode__SystemInt32(System.Int64 instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

long GetType

+
+
+SystemInt64.__GetType__SystemType(System.Int64 instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemInt64.__op_GreaterThan__SystemInt64_SystemInt64__SystemBoolean(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemInt64.__op_GreaterThanOrEqual__SystemInt64_SystemInt64__SystemBoolean(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemInt64.__op_Inequality__SystemInt64_SystemInt64__SystemBoolean(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemInt64.__op_LeftShift__SystemInt64_SystemInt32__SystemInt64(System.Int64 System.Int32)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemInt64.__op_LessThan__SystemInt64_SystemInt64__SystemBoolean(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemInt64.__op_LessThanOrEqual__SystemInt64_SystemInt64__SystemBoolean(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemInt64.__op_LogicalAnd__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemInt64.__op_LogicalOr__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemInt64.__op_LogicalXor__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemInt64.__op_Multiplication__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

long Parse

+
+
+SystemInt64.__Parse__SystemString__SystemInt64(System.String s)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemInt64.__op_RightShift__SystemInt64_SystemInt32__SystemInt64(System.Int64 System.Int32)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemInt64.__op_Subtraction__SystemInt64_SystemInt64__SystemInt64(System.Int64 System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

long ToString

+
+
+SystemInt64.__ToString__SystemString(System.Int64 instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

long TryParse

+
+
+SystemInt64.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemInt64Ref__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (Int64), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemInt64.__op_UnaryMinus__SystemInt64__SystemInt64(System.Int64)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

long

+
+
+Variable_SystemInt64(System.Int64 Int64System.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html.meta new file mode 100644 index 00000000..9c40a0ea --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Int64/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9612c88c065e8c94091977586e3fd33a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object.meta new file mode 100644 index 00000000..c4df46c6 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc01377670e137047968a152234b15fd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html new file mode 100644 index 00000000..869b1c63 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html @@ -0,0 +1,392 @@ + + + + + + + + + + + + Object — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Object

+

The Object module.

+
+
+
+

ctor

+
+
+SystemObject.__ctor____SystemObject()
+
+ +

outputs: unnamed (Object)

+

flow: none

+

C# Documentation

+
+
+

op_Equality

+
+
+SystemObject.__op_Equality__SystemObject_SystemObject__SystemBoolean(System.Object System.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Object Equals

+
+
+SystemObject.__Equals__SystemObject__SystemBoolean(System.Object instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Object GetHashCode

+
+
+SystemObject.__GetHashCode__SystemInt32(System.Object instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

Object GetType

+
+
+SystemObject.__GetType__SystemType(System.Object instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_Inequality

+
+
+SystemObject.__op_Inequality__SystemObject_SystemObject__SystemBoolean(System.Object System.Object)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

Object ReferenceEquals

+
+
+SystemObject.__ReferenceEquals__SystemObject_SystemObject__SystemBoolean(System.Object objASystem.Object objB)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Object ToString

+
+
+SystemObject.__ToString__SystemString(System.Object instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Object

+
+
+Variable_SystemObject(System.Object ObjectSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html.meta new file mode 100644 index 00000000..cbf8a722 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Object/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c7d32ca1c9b0a8e4f86f1ea273195a37 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte.meta new file mode 100644 index 00000000..9ef23f71 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9beede221024c6e4b97ab4ba205ecb22 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html new file mode 100644 index 00000000..4eb1d11d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html @@ -0,0 +1,595 @@ + + + + + + + + + + + + SByte — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

SByte

+

The SByte module.

+
+
+
+

sbyte

+
+
+Const_SystemSByte(System.SByte SByte)
+
+ +

outputs: unnamed (SByte)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemSByte.__op_Addition__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

sbyte CompareTo

+
+
+SystemSByte.__CompareTo__SystemObject__SystemInt32(System.SByte instanceSystem.Object obj)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemSByte.__op_Division__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemSByte.__op_Equality__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

sbyte Equals

+
+
+SystemSByte.__Equals__SystemObject__SystemBoolean(System.SByte instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

sbyte get_MaxValue

+
+
+SystemSByte.__get_MaxValue__SystemSByte()
+
+ +

outputs: unnamed (SByte)

+

flow: none

+

C# Documentation

+
+
+

sbyte get_MinValue

+
+
+SystemSByte.__get_MinValue__SystemSByte()
+
+ +

outputs: unnamed (SByte)

+

flow: none

+

C# Documentation

+
+
+

sbyte GetHashCode

+
+
+SystemSByte.__GetHashCode__SystemInt32(System.SByte instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

sbyte GetType

+
+
+SystemSByte.__GetType__SystemType(System.SByte instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemSByte.__op_GreaterThan__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemSByte.__op_GreaterThanOrEqual__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemSByte.__op_Inequality__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemSByte.__op_LeftShift__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemSByte.__op_LessThan__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemSByte.__op_LessThanOrEqual__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemSByte.__op_LogicalAnd__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemSByte.__op_LogicalOr__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemSByte.__op_LogicalXor__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemSByte.__op_Multiplication__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

sbyte Parse

+
+
+SystemSByte.__Parse__SystemString__SystemSByte(System.String s)
+
+ +

outputs: unnamed (SByte)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemSByte.__op_RightShift__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemSByte.__op_Subtraction__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

sbyte ToString

+
+
+SystemSByte.__ToString__SystemString(System.SByte instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

sbyte TryParse

+
+
+SystemSByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemSByteRef__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (SByte), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemSByte.__op_UnaryMinus__SystemSByte__SystemInt32(System.SByte)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

sbyte

+
+
+Variable_SystemSByte(System.SByte SByteSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html.meta new file mode 100644 index 00000000..1c486cfd --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/SByte/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 32280285518874642bff291b42865fd2 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String.meta new file mode 100644 index 00000000..90ed8a96 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b8e01adde44aa845993bd70a71991be +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html new file mode 100644 index 00000000..863f4d65 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html @@ -0,0 +1,896 @@ + + + + + + + + + + + + String — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

String

+

The String module.

+
+
+
+

String

+
+
+Const_SystemString(System.String String)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemString.__op_Addition__SystemString_SystemString__SystemString(System.String System.String)
+
+ +

outputs: unnamed (String)

+

flow: none

+
+
+

String Clone

+
+
+SystemString.__Clone__SystemObject(System.String instance)
+
+ +

outputs: unnamed (Object)

+

flow: none

+

C# Documentation

+
+
+

String Compare

+
+
+SystemString.__Compare__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32__SystemInt32(System.String strASystem.Int32 indexASystem.String strBSystem.Int32 indexBSystem.Int32 length)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String CompareOrdinal

+
+
+SystemString.__CompareOrdinal__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32__SystemInt32(System.String strASystem.Int32 indexASystem.String strBSystem.Int32 indexBSystem.Int32 length)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String CompareTo

+
+
+SystemString.__CompareTo__SystemString__SystemInt32(System.String instanceSystem.String strB)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String Concat

+
+
+SystemString.__Concat__SystemObject__SystemString(System.Object arg0)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

ctor

+
+
+SystemString.__ctor__SystemChar*__SystemString(System.Char* )
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String Contains

+
+
+SystemString.__Contains__SystemString__SystemBoolean(System.String instanceSystem.String value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

String Copy

+
+
+SystemString.__Copy__SystemString__SystemString(System.String str)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String CopyTo

+
+
+SystemString.__CopyTo__SystemInt32_SystemCharArray_SystemInt32_SystemInt32__SystemVoid(System.String instanceSystem.Int32 sourceIndexSystem.Char[] destinationSystem.Int32 destinationIndexSystem.Int32 count)
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

String EndsWith

+
+
+SystemString.__EndsWith__SystemString__SystemBoolean(System.String instanceSystem.String value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

op_Equality

+
+
+SystemString.__op_Equality__SystemString_SystemString__SystemBoolean(System.String System.String)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

String Equals

+
+
+SystemString.__Equals__SystemString_SystemString__SystemBoolean(System.String aSystem.String b)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

String Format

+
+
+SystemString.__Format__SystemString_SystemObject__SystemString(System.String formatSystem.Object arg0)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String get_Chars

+
+
+SystemString.__get_Chars__SystemInt32__SystemChar(System.String instanceSystem.Int32 index)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

String get_Empty

+
+
+SystemString.__get_Empty__SystemString()
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String get_Length

+
+
+SystemString.__get_Length__SystemInt32(System.String instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String GetEnumerator

+
+
+SystemString.__GetEnumerator__SystemCharEnumerator(System.String instance)
+
+ +

outputs: unnamed (CharEnumerator)

+

flow: none

+

C# Documentation

+
+
+

String GetHashCode

+
+
+SystemString.__GetHashCode__SystemInt32(System.String instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String GetType

+
+
+SystemString.__GetType__SystemType(System.String instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

String IndexOf

+
+
+SystemString.__IndexOf__SystemChar__SystemInt32(System.String instanceSystem.Char value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String IndexOfAny

+
+
+SystemString.__IndexOfAny__SystemCharArray__SystemInt32(System.String instanceSystem.Char[] anyOf)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Inequality

+
+
+SystemString.__op_Inequality__SystemString_SystemString__SystemBoolean(System.String System.String)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

String Insert

+
+
+SystemString.__Insert__SystemInt32_SystemString__SystemString(System.String instanceSystem.Int32 startIndexSystem.String value)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String Intern

+
+
+SystemString.__Intern__SystemString__SystemString(System.String str)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String IsInterned

+
+
+SystemString.__IsInterned__SystemString__SystemString(System.String str)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String IsNormalized

+
+
+SystemString.__IsNormalized__SystemBoolean(System.String instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

String IsNullOrEmpty

+
+
+SystemString.__IsNullOrEmpty__SystemString__SystemBoolean(System.String value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

String IsNullOrWhiteSpace

+
+
+SystemString.__IsNullOrWhiteSpace__SystemString__SystemBoolean(System.String value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

String Join

+
+
+SystemString.__Join__SystemString_SystemStringArray__SystemString(System.String separatorSystem.String[] value)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String LastIndexOf

+
+
+SystemString.__LastIndexOf__SystemChar__SystemInt32(System.String instanceSystem.Char value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String LastIndexOfAny

+
+
+SystemString.__LastIndexOfAny__SystemCharArray__SystemInt32(System.String instanceSystem.Char[] anyOf)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

String Normalize

+
+
+SystemString.__Normalize__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String PadLeft

+
+
+SystemString.__PadLeft__SystemInt32__SystemString(System.String instanceSystem.Int32 totalWidth)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String PadRight

+
+
+SystemString.__PadRight__SystemInt32__SystemString(System.String instanceSystem.Int32 totalWidth)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String Remove

+
+
+SystemString.__Remove__SystemInt32__SystemString(System.String instanceSystem.Int32 startIndex)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String Replace

+
+
+SystemString.__Replace__SystemChar_SystemChar__SystemString(System.String instanceSystem.Char oldCharSystem.Char newChar)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String Split

+
+
+SystemString.__Split__SystemCharArray__SystemStringArray(System.String instanceSystem.Char[] separator)
+
+ +

outputs: unnamed (String[])

+

flow: none

+

C# Documentation

+
+
+

String StartsWith

+
+
+SystemString.__StartsWith__SystemString__SystemBoolean(System.String instanceSystem.String value)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

String Substring

+
+
+SystemString.__Substring__SystemInt32__SystemString(System.String instanceSystem.Int32 startIndex)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String ToCharArray

+
+
+SystemString.__ToCharArray__SystemCharArray(System.String instance)
+
+ +

outputs: unnamed (Char[])

+

flow: none

+

C# Documentation

+
+
+

String ToLower

+
+
+SystemString.__ToLower__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String ToLowerInvariant

+
+
+SystemString.__ToLowerInvariant__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String ToString

+
+
+SystemString.__ToString__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String ToUpper

+
+
+SystemString.__ToUpper__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String ToUpperInvariant

+
+
+SystemString.__ToUpperInvariant__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String Trim

+
+
+SystemString.__Trim__SystemString(System.String instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String TrimEnd

+
+
+SystemString.__TrimEnd__SystemCharArray__SystemString(System.String instanceSystem.Char[] trimChars)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String TrimStart

+
+
+SystemString.__TrimStart__SystemCharArray__SystemString(System.String instanceSystem.Char[] trimChars)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

String

+
+
+Variable_SystemString(System.String StringSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html.meta new file mode 100644 index 00000000..1c523307 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/String/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 264be828e2446c347ac683d4a01f694d +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo.meta new file mode 100644 index 00000000..893cc918 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 204c528651e90eb4eb4a2ea14af1450c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html new file mode 100644 index 00000000..11ddf10e --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html @@ -0,0 +1,647 @@ + + + + + + + + + + + + TimeZoneInfo — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

TimeZoneInfo

+

The TimeZoneInfo module.

+
+
+
+

TimeZoneInfo ClearCachedData

+
+
+SystemTimeZoneInfo.__ClearCachedData__SystemVoid()
+
+ +

outputs: none

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

TimeZoneInfo ConvertTime

+
+
+SystemTimeZoneInfo.__ConvertTime__SystemDateTime_SystemTimeZoneInfo__SystemDateTime(System.DateTime dateTimeSystem.TimeZoneInfo destinationTimeZone)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo ConvertTimeBySystemTimeZoneId

+
+
+SystemTimeZoneInfo.__ConvertTimeBySystemTimeZoneId__SystemDateTime_SystemString__SystemDateTime(System.DateTime dateTimeSystem.String destinationTimeZoneId)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo ConvertTimeFromUtc

+
+
+SystemTimeZoneInfo.__ConvertTimeFromUtc__SystemDateTime_SystemTimeZoneInfo__SystemDateTime(System.DateTime dateTimeSystem.TimeZoneInfo destinationTimeZone)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo ConvertTimeToUtc

+
+
+SystemTimeZoneInfo.__ConvertTimeToUtc__SystemDateTime__SystemDateTime(System.DateTime dateTime)
+
+ +

outputs: unnamed (DateTime)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo CreateCustomTimeZone

+
+
+SystemTimeZoneInfo.__CreateCustomTimeZone__SystemString_SystemTimeSpan_SystemString_SystemString__SystemTimeZoneInfo(System.String idSystem.TimeSpan baseUtcOffsetSystem.String displayNameSystem.String standardDisplayName)
+
+ +

outputs: unnamed (TimeZoneInfo)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo Equals

+
+
+SystemTimeZoneInfo.__Equals__SystemObject__SystemBoolean(System.TimeZoneInfo instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo FindSystemTimeZoneById

+
+
+SystemTimeZoneInfo.__FindSystemTimeZoneById__SystemString__SystemTimeZoneInfo(System.String id)
+
+ +

outputs: unnamed (TimeZoneInfo)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo FromSerializedString

+
+
+SystemTimeZoneInfo.__FromSerializedString__SystemString__SystemTimeZoneInfo(System.String source)
+
+ +

outputs: unnamed (TimeZoneInfo)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_BaseUtcOffset

+
+
+SystemTimeZoneInfo.__get_BaseUtcOffset__SystemTimeSpan(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (TimeSpan)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_DaylightName

+
+
+SystemTimeZoneInfo.__get_DaylightName__SystemString(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_DisplayName

+
+
+SystemTimeZoneInfo.__get_DisplayName__SystemString(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_Id

+
+
+SystemTimeZoneInfo.__get_Id__SystemString(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_Local

+
+
+SystemTimeZoneInfo.__get_Local__SystemTimeZoneInfo()
+
+ +

outputs: unnamed (TimeZoneInfo)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_StandardName

+
+
+SystemTimeZoneInfo.__get_StandardName__SystemString(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_SupportsDaylightSavingTime

+
+
+SystemTimeZoneInfo.__get_SupportsDaylightSavingTime__SystemBoolean(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo get_Utc

+
+
+SystemTimeZoneInfo.__get_Utc__SystemTimeZoneInfo()
+
+ +

outputs: unnamed (TimeZoneInfo)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo GetAdjustmentRules

+
+
+SystemTimeZoneInfo.__GetAdjustmentRules__SystemTimeZoneInfoAdjustmentRuleArray(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (AdjustmentRule[])

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo GetAmbiguousTimeOffsets

+
+
+SystemTimeZoneInfo.__GetAmbiguousTimeOffsets__SystemDateTime__SystemTimeSpanArray(System.TimeZoneInfo instanceSystem.DateTime dateTime)
+
+ +

outputs: unnamed (TimeSpan[])

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo GetHashCode

+
+
+SystemTimeZoneInfo.__GetHashCode__SystemInt32(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo GetSystemTimeZones

+
+
+SystemTimeZoneInfo.__GetSystemTimeZones__SystemCollectionsObjectModelReadOnlyCollectionSystemTimeZoneInfo()
+
+ +

outputs: unnamed (ReadOnlyCollection`1)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo GetType

+
+
+SystemTimeZoneInfo.__GetType__SystemType(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo GetUtcOffset

+
+
+SystemTimeZoneInfo.__GetUtcOffset__SystemDateTime__SystemTimeSpan(System.TimeZoneInfo instanceSystem.DateTime dateTime)
+
+ +

outputs: unnamed (TimeSpan)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo HasSameRules

+
+
+SystemTimeZoneInfo.__HasSameRules__SystemTimeZoneInfo__SystemBoolean(System.TimeZoneInfo instanceSystem.TimeZoneInfo other)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo IsAmbiguousTime

+
+
+SystemTimeZoneInfo.__IsAmbiguousTime__SystemDateTime__SystemBoolean(System.TimeZoneInfo instanceSystem.DateTime dateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo IsDaylightSavingTime

+
+
+SystemTimeZoneInfo.__IsDaylightSavingTime__SystemDateTime__SystemBoolean(System.TimeZoneInfo instanceSystem.DateTime dateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo IsInvalidTime

+
+
+SystemTimeZoneInfo.__IsInvalidTime__SystemDateTime__SystemBoolean(System.TimeZoneInfo instanceSystem.DateTime dateTime)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo ToSerializedString

+
+
+SystemTimeZoneInfo.__ToSerializedString__SystemString(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo ToString

+
+
+SystemTimeZoneInfo.__ToString__SystemString(System.TimeZoneInfo instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

TimeZoneInfo

+
+
+Variable_SystemTimeZoneInfo(System.TimeZoneInfo TimeZoneInfoSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html.meta new file mode 100644 index 00000000..eee2870b --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/TimeZoneInfo/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 375f9b4e557f7724aa5e7afa7b906b68 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type.meta new file mode 100644 index 00000000..21aa1e2c --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 728dd2921596e944a93ab1e305d246b2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html new file mode 100644 index 00000000..8e25eff8 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html @@ -0,0 +1,419 @@ + + + + + + + + + + + + Type — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Type

+

The Type module.

+
+
+
+

op_Equality

+
+
+SystemType.__op_Equality__SystemType_SystemType__SystemBoolean(System.Type System.Type)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Type Equals

+
+
+SystemType.__Equals__SystemObject__SystemBoolean(System.Type instanceSystem.Object o)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Type get_AssemblyQualifiedName

+
+
+SystemType.__get_AssemblyQualifiedName__SystemString(System.Type instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Type get_FullName

+
+
+SystemType.__get_FullName__SystemString(System.Type instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Type get_GUID

+
+
+SystemType.__get_GUID__SystemGuid(System.Type instance)
+
+ +

outputs: unnamed (Guid)

+

flow: none

+

C# Documentation

+
+
+

Type get_Name

+
+
+SystemType.__get_Name__SystemString(System.Type instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Type get_Namespace

+
+
+SystemType.__get_Namespace__SystemString(System.Type instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

Type GetHashCode

+
+
+SystemType.__GetHashCode__SystemInt32(System.Type instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

Type GetType

+
+
+SystemType.__GetType__SystemType(System.Type instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_Inequality

+
+
+SystemType.__op_Inequality__SystemType_SystemType__SystemBoolean(System.Type System.Type)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

Type ToString

+
+
+SystemType.__ToString__SystemString(System.Type instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html.meta new file mode 100644 index 00000000..340c3d57 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Type/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ccb1b895201060642a6d43a1704a7c5f +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16.meta new file mode 100644 index 00000000..7c090119 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4ac935e2c70a924b98951e15436a62a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html new file mode 100644 index 00000000..28281028 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html @@ -0,0 +1,595 @@ + + + + + + + + + + + + UInt16 — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

UInt16

+

The UInt16 module.

+
+
+
+

ushort

+
+
+Const_SystemUInt16(System.UInt16 UInt16)
+
+ +

outputs: unnamed (UInt16)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemUInt16.__op_Addition__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

ushort CompareTo

+
+
+SystemUInt16.__CompareTo__SystemObject__SystemInt32(System.UInt16 instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemUInt16.__op_Division__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemUInt16.__op_Equality__SystemUInt16_SystemUInt16__SystemBoolean(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

ushort Equals

+
+
+SystemUInt16.__Equals__SystemObject__SystemBoolean(System.UInt16 instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

ushort get_MaxValue

+
+
+SystemUInt16.__get_MaxValue__SystemUInt16()
+
+ +

outputs: unnamed (UInt16)

+

flow: none

+

C# Documentation

+
+
+

ushort get_MinValue

+
+
+SystemUInt16.__get_MinValue__SystemUInt16()
+
+ +

outputs: unnamed (UInt16)

+

flow: none

+

C# Documentation

+
+
+

ushort GetHashCode

+
+
+SystemUInt16.__GetHashCode__SystemInt32(System.UInt16 instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

ushort GetType

+
+
+SystemUInt16.__GetType__SystemType(System.UInt16 instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemUInt16.__op_GreaterThan__SystemUInt16_SystemUInt16__SystemBoolean(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemUInt16.__op_GreaterThanOrEqual__SystemUInt16_SystemUInt16__SystemBoolean(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemUInt16.__op_Inequality__SystemUInt16_SystemUInt16__SystemBoolean(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemUInt16.__op_LeftShift__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemUInt16.__op_LessThan__SystemUInt16_SystemUInt16__SystemBoolean(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemUInt16.__op_LessThanOrEqual__SystemUInt16_SystemUInt16__SystemBoolean(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemUInt16.__op_LogicalAnd__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemUInt16.__op_LogicalOr__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemUInt16.__op_LogicalXor__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemUInt16.__op_Multiplication__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

ushort Parse

+
+
+SystemUInt16.__Parse__SystemString__SystemUInt16(System.String s)
+
+ +

outputs: unnamed (UInt16)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemUInt16.__op_RightShift__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemUInt16.__op_Subtraction__SystemUInt16_SystemUInt16__SystemInt32(System.UInt16 System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

ushort ToString

+
+
+SystemUInt16.__ToString__SystemString(System.UInt16 instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

ushort TryParse

+
+
+SystemUInt16.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemUInt16Ref__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (UInt16), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemUInt16.__op_UnaryMinus__SystemUInt16__SystemInt32(System.UInt16)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

ushort

+
+
+Variable_SystemUInt16(System.UInt16 UInt16System.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html.meta new file mode 100644 index 00000000..3b854258 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt16/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5f6479bc59b886a458deef28b091e517 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64.meta new file mode 100644 index 00000000..36dcbbbd --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 195287351b0c485418a75581b35e39e3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html new file mode 100644 index 00000000..9cb6b14c --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html @@ -0,0 +1,584 @@ + + + + + + + + + + + + UInt64 — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

UInt64

+

The UInt64 module.

+
+
+
+

ulong

+
+
+Const_SystemUInt64(System.UInt64 UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemUInt64.__op_Addition__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

ulong CompareTo

+
+
+SystemUInt64.__CompareTo__SystemObject__SystemInt32(System.UInt64 instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemUInt64.__op_Division__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

op_Equality

+
+
+SystemUInt64.__op_Equality__SystemUInt64_SystemUInt64__SystemBoolean(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

ulong Equals

+
+
+SystemUInt64.__Equals__SystemObject__SystemBoolean(System.UInt64 instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

ulong get_MaxValue

+
+
+SystemUInt64.__get_MaxValue__SystemUInt64()
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+

C# Documentation

+
+
+

ulong get_MinValue

+
+
+SystemUInt64.__get_MinValue__SystemUInt64()
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+

C# Documentation

+
+
+

ulong GetHashCode

+
+
+SystemUInt64.__GetHashCode__SystemInt32(System.UInt64 instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

ulong GetType

+
+
+SystemUInt64.__GetType__SystemType(System.UInt64 instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemUInt64.__op_GreaterThan__SystemUInt64_SystemUInt64__SystemBoolean(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemUInt64.__op_GreaterThanOrEqual__SystemUInt64_SystemUInt64__SystemBoolean(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemUInt64.__op_Inequality__SystemUInt64_SystemUInt64__SystemBoolean(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemUInt64.__op_LeftShift__SystemUInt64_SystemInt32__SystemUInt64(System.UInt64 System.Int32)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemUInt64.__op_LessThan__SystemUInt64_SystemUInt64__SystemBoolean(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemUInt64.__op_LessThanOrEqual__SystemUInt64_SystemUInt64__SystemBoolean(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemUInt64.__op_LogicalAnd__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemUInt64.__op_LogicalOr__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemUInt64.__op_LogicalXor__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemUInt64.__op_Multiplication__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

ulong Parse

+
+
+SystemUInt64.__Parse__SystemString__SystemUInt64(System.String s)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemUInt64.__op_RightShift__SystemUInt64_SystemInt32__SystemUInt64(System.UInt64 System.Int32)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemUInt64.__op_Subtraction__SystemUInt64_SystemUInt64__SystemUInt64(System.UInt64 System.UInt64)
+
+ +

outputs: unnamed (UInt64)

+

flow: none

+
+
+

ulong ToString

+
+
+SystemUInt64.__ToString__SystemString(System.UInt64 instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

ulong TryParse

+
+
+SystemUInt64.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemUInt64Ref__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (UInt64), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

ulong

+
+
+Variable_SystemUInt64(System.UInt64 UInt64System.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html.meta new file mode 100644 index 00000000..2f683332 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/UInt64/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 804c632171819974e98fe5e891e8ea57 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint.meta new file mode 100644 index 00000000..a7a83c34 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5fc999224915d5439af5d7b922f44df +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html new file mode 100644 index 00000000..069a3d30 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html @@ -0,0 +1,595 @@ + + + + + + + + + + + + Uint — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

Uint

+

The Uint module.

+
+
+
+

uint

+
+
+Const_SystemUInt32(System.UInt32 UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+

C# Documentation

+
+
+

op_Addition

+
+
+SystemUInt32.__op_Addition__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

uint CompareTo

+
+
+SystemUInt32.__CompareTo__SystemObject__SystemInt32(System.UInt32 instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemUInt32.__op_Division__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemUInt32.__op_Equality__SystemUInt32_SystemUInt32__SystemBoolean(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

uint Equals

+
+
+SystemUInt32.__Equals__SystemObject__SystemBoolean(System.UInt32 instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

uint get_MaxValue

+
+
+SystemUInt32.__get_MaxValue__SystemUInt32()
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+

C# Documentation

+
+
+

uint get_MinValue

+
+
+SystemUInt32.__get_MinValue__SystemUInt32()
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+

C# Documentation

+
+
+

uint GetHashCode

+
+
+SystemUInt32.__GetHashCode__SystemInt32(System.UInt32 instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

uint GetType

+
+
+SystemUInt32.__GetType__SystemType(System.UInt32 instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemUInt32.__op_GreaterThan__SystemUInt32_SystemUInt32__SystemBoolean(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemUInt32.__op_GreaterThanOrEqual__SystemUInt32_SystemUInt32__SystemBoolean(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemUInt32.__op_Inequality__SystemUInt32_SystemUInt32__SystemBoolean(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LeftShift

+
+
+SystemUInt32.__op_LeftShift__SystemUInt32_SystemInt32__SystemUInt32(System.UInt32 System.Int32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemUInt32.__op_LessThan__SystemUInt32_SystemUInt32__SystemBoolean(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemUInt32.__op_LessThanOrEqual__SystemUInt32_SystemUInt32__SystemBoolean(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemUInt32.__op_LogicalAnd__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemUInt32.__op_LogicalOr__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemUInt32.__op_LogicalXor__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemUInt32.__op_Multiplication__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

uint Parse

+
+
+SystemUInt32.__Parse__SystemString__SystemUInt32(System.String s)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemUInt32.__op_RightShift__SystemUInt32_SystemInt32__SystemUInt32(System.UInt32 System.Int32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemUInt32.__op_Subtraction__SystemUInt32_SystemUInt32__SystemUInt32(System.UInt32 System.UInt32)
+
+ +

outputs: unnamed (UInt32)

+

flow: none

+
+
+

uint ToString

+
+
+SystemUInt32.__ToString__SystemString(System.UInt32 instance)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

uint TryParse

+
+
+SystemUInt32.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemUInt32Ref__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)
+
+ +

outputs: result (UInt32), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemUInt32.__op_UnaryMinus__SystemUInt32__SystemInt64(System.UInt32)
+
+ +

outputs: unnamed (Int64)

+

flow: none

+
+
+

uint

+
+
+Variable_SystemUInt32(System.UInt32 UInt32System.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html.meta new file mode 100644 index 00000000..341d98ed --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Uint/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d1efd01083b27fb4aa6bd27f581195c0 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html new file mode 100644 index 00000000..395624a9 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html @@ -0,0 +1,303 @@ + + + + + + + + + + + + System — Udon 1.0 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ +
+

System

+

The System module.

+ +
+ + +
+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html.meta new file mode 100644 index 00000000..0b60d41f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e2aa71a4dd85d1147bf904b02053d092 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: -- cgit v1.2.3-freya