TheStable/Assets/Scenes/VRCDefaultWorldScene_UdonProgramSources/Interact Udon Graph Program Asset.asset
2024-11-18 18:53:27 -05:00

256 lines
11 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4f11136daadff0b44ac2278a314682ab, type: 3}
m_Name: Interact Udon Graph Program Asset
m_EditorClassIdentifier:
serializedUdonProgramAsset: {fileID: 11400000, guid: cb32d1cdaa43e114e9954cd81eec94b4,
type: 2}
udonAssembly: ".data_start\r\n\r\n .export DoorAnimator\r\n .export DoorIsOpen\r\n
.sync DoorIsOpen, none\r\n \r\n __player_0: %VRCSDKBaseVRCPlayerApi, null\r\n
__obj_0: %UnityEngineGameObject, this\r\n __Boolean_0: %SystemBoolean, null\r\n
__instance_0: %VRCUdonUdonBehaviour, this\r\n __instance_1: %UnityEngineAnimator,
null\r\n __name_0: %SystemString, null\r\n __value_0: %SystemBoolean, null\r\n
__Boolean_1: %SystemBoolean, null\r\n __instance_2: %VRCUdonUdonBehaviour,
this\r\n __value_1: %SystemString, null\r\n __instance_3: %VRCUdonUdonBehaviour,
this\r\n __value_2: %SystemString, null\r\n DoorAnimator: %UnityEngineAnimator,
null\r\n DoorIsOpen: %SystemBoolean, null\r\n\r\n.data_end\r\n\r\n.code_start\r\n\r\n
.export _interact\r\n \r\n _interact:\r\n \r\n PUSH, __player_0\r\n
EXTERN, \"VRCSDKBaseNetworking.__get_LocalPlayer__VRCSDKBaseVRCPlayerApi\"\r\n
PUSH, __player_0\r\n PUSH, __obj_0\r\n EXTERN, \"VRCSDKBaseNetworking.__SetOwner__VRCSDKBaseVRCPlayerApi_UnityEngineGameObject__SystemVoid\"\r\n
PUSH, DoorIsOpen\r\n PUSH, DoorIsOpen\r\n EXTERN, \"SystemBoolean.__op_UnaryNegation__SystemBoolean__SystemBoolean\"\r\n
PUSH, __instance_0\r\n EXTERN, \"VRCUdonCommonInterfacesIUdonEventReceiver.__RequestSerialization__SystemVoid\"\r\n
JUMP, 0xFFFFFFFC\r\n \r\n .export _onVarChange_DoorIsOpen\r\n \r\n
_onVarChange_DoorIsOpen:\r\n \r\n PUSH, DoorAnimator\r\n PUSH,
__instance_1\r\n COPY\r\n PUSH, __instance_1\r\n PUSH, __name_0\r\n
PUSH, DoorIsOpen\r\n EXTERN, \"UnityEngineAnimator.__SetBool__SystemString_SystemBoolean__SystemVoid\"\r\n
PUSH, DoorIsOpen\r\n JUMP_IF_FALSE, 0x000000BC\r\n PUSH, __instance_2\r\n
PUSH, __value_1\r\n EXTERN, \"VRCUdonCommonInterfacesIUdonEventReceiver.__set_InteractionText__SystemString__SystemVoid\"\r\n
JUMP, 0x000000D4\r\n PUSH, __instance_3\r\n PUSH, __value_2\r\n
EXTERN, \"VRCUdonCommonInterfacesIUdonEventReceiver.__set_InteractionText__SystemString__SystemVoid\"\r\n
JUMP, 0xFFFFFFFC\r\n \r\n\r\n.code_end\r\n"
assemblyError:
graphData:
name:
description:
nodes:
- fullName: Variable_UnityEngineAnimator
uid: cab1915a-1a76-40d6-8404-c1d2ad784088
position: {x: 0, y: 0}
nodeUIDs:
-
-
-
-
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|DoorAnimator
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|True
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|False
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|none
- fullName: Variable_SystemBoolean
uid: 35a98742-4a44-4cce-8257-75f50c00f927
position: {x: 0, y: 0}
nodeUIDs:
-
-
-
-
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|DoorIsOpen
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|True
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|True
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|none
- fullName: Event_Interact
uid: d4c454ef-201d-47bb-91e4-c8aca20dd8fb
position: {x: 297.20068, y: -2.7444158}
nodeUIDs: []
flowUIDs:
- fd9815c1-c436-4e49-bda9-7e8902e71b5c
nodeValues: []
- fullName: VRCSDKBaseNetworking.__get_LocalPlayer__VRCSDKBaseVRCPlayerApi
uid: 6cfd8f7b-afb0-4d07-8893-8ca2fd1efe4d
position: {x: 302.60007, y: 89.50004}
nodeUIDs: []
flowUIDs: []
nodeValues: []
- fullName: VRCSDKBaseNetworking.__SetOwner__VRCSDKBaseVRCPlayerApi_UnityEngineGameObject__SystemVoid
uid: fd9815c1-c436-4e49-bda9-7e8902e71b5c
position: {x: 560, y: -1.8500031}
nodeUIDs:
- 6cfd8f7b-afb0-4d07-8893-8ca2fd1efe4d|0
-
flowUIDs:
- 5fa33425-fb5f-41a2-be7a-97a3f4e253cf
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue:
- fullName: Event_OnVariableChange
uid: e85bd46e-4da1-4307-829a-665664042dcc
position: {x: 295.85007, y: 442.61212}
nodeUIDs:
-
flowUIDs:
- 5894a398-6c92-4389-bd6f-6b5496d2e223
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|35a98742-4a44-4cce-8257-75f50c00f927
- unityObjectValue: {fileID: 0}
stringValue:
- fullName: Set_Variable
uid: 5fa33425-fb5f-41a2-be7a-97a3f4e253cf
position: {x: 720.80005, y: -0.050008778}
nodeUIDs:
-
- 7ac5dec4-b8f9-4595-bd9b-d435ad681758|0
-
flowUIDs:
- 19add9f9-6269-402f-9e79-d37551f274d2
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|35a98742-4a44-4cce-8257-75f50c00f927
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|False
- fullName: SystemBoolean.__op_UnaryNegation__SystemBoolean__SystemBoolean
uid: 7ac5dec4-b8f9-4595-bd9b-d435ad681758
position: {x: 491.5001, y: 183.80005}
nodeUIDs:
- ca0cb612-87a8-4e01-9f03-6703da633479|0
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|False
- fullName: Get_Variable
uid: ca0cb612-87a8-4e01-9f03-6703da633479
position: {x: 315.35, y: 185.15002}
nodeUIDs:
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|35a98742-4a44-4cce-8257-75f50c00f927
- unityObjectValue: {fileID: 0}
stringValue:
- fullName: VRCUdonCommonInterfacesIUdonEventReceiver.__RequestSerialization__SystemVoid
uid: 19add9f9-6269-402f-9e79-d37551f274d2
position: {x: 930.3501, y: 6.5500154}
nodeUIDs:
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- fullName: Get_Variable
uid: 88acb62d-208b-4996-a690-f191674b3576
position: {x: 317.40002, y: 627.9}
nodeUIDs:
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|cab1915a-1a76-40d6-8404-c1d2ad784088
- unityObjectValue: {fileID: 0}
stringValue:
- fullName: UnityEngineAnimator.__SetBool__SystemString_SystemBoolean__SystemVoid
uid: 5894a398-6c92-4389-bd6f-6b5496d2e223
position: {x: 577.70013, y: 448}
nodeUIDs:
- 88acb62d-208b-4996-a690-f191674b3576|0
-
- a2523ca0-6ebc-42ea-8e8c-8ab652b6596d|0
flowUIDs:
- 2b2b9d07-b96e-481e-90ab-b992bb110652
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|Door
Is Open
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|False
- fullName: Get_Variable
uid: a2523ca0-6ebc-42ea-8e8c-8ab652b6596d
position: {x: 347.55002, y: 715.4001}
nodeUIDs:
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|35a98742-4a44-4cce-8257-75f50c00f927
- unityObjectValue: {fileID: 0}
stringValue:
- fullName: Branch
uid: 2b2b9d07-b96e-481e-90ab-b992bb110652
position: {x: 910.75, y: 540.6501}
nodeUIDs:
- a2523ca0-6ebc-42ea-8e8c-8ab652b6596d|0
flowUIDs:
- 1bcd52c2-117b-4a99-a1ac-b728557af39c
- 4c020eeb-c14b-48cd-8bb8-db0402958a5d
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089|False
- fullName: VRCUdonCommonInterfacesIUdonEventReceiver.__set_InteractionText__SystemString__SystemVoid
uid: 1bcd52c2-117b-4a99-a1ac-b728557af39c
position: {x: 1152.2002, y: 449.35004}
nodeUIDs:
-
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|Close
- fullName: VRCUdonCommonInterfacesIUdonEventReceiver.__set_InteractionText__SystemString__SystemVoid
uid: 4c020eeb-c14b-48cd-8bb8-db0402958a5d
position: {x: 1148.1503, y: 624.35004}
nodeUIDs:
-
-
flowUIDs: []
nodeValues:
- unityObjectValue: {fileID: 0}
stringValue:
- unityObjectValue: {fileID: 0}
stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|Open
updateOrder: 0
graphElementData: []
version: 1.0.0
showAssembly: 0