1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-21 01:36:03 +08:00
xNode/Example/ExampleNodeGraph.asset
2017-10-28 00:06:25 +02:00

133 lines
3.4 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a6399826e2c44b447b32a3ed06646162, type: 3}
m_Name: ExampleNodeGraph
m_EditorClassIdentifier:
nodes:
- {fileID: 114386305456729202}
- {fileID: 114862693020615806}
- {fileID: 114245132648392102}
- {fileID: 114602227203521556}
--- !u!114 &114245132648392102
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 22e05e2a1f5ad7645850d52212143629, type: 3}
m_Name: MathNode
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: -429.5, y: -110.5}
inputs:
- node: {fileID: 114245132648392102}
_fieldName: a
connections: []
_direction: 0
- node: {fileID: 114245132648392102}
_fieldName: b
connections: []
_direction: 0
outputs:
- node: {fileID: 114245132648392102}
_fieldName: result
connections:
- fieldName: a
node: {fileID: 114862693020615806}
- fieldName: value
node: {fileID: 114602227203521556}
_direction: 1
a: 4.771955
b: 8.313191
result: 0
mathType: 0
--- !u!114 &114386305456729202
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 98f6f901f0da53142b79277ea3f42518, type: 3}
m_Name: DisplayValue
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 23.5, y: -98.5}
inputs:
- node: {fileID: 114386305456729202}
_fieldName: value
connections:
- fieldName: result
node: {fileID: 114862693020615806}
_direction: 0
outputs: []
value: 4.01703
--- !u!114 &114602227203521556
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 98f6f901f0da53142b79277ea3f42518, type: 3}
m_Name: DisplayValue
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: -194.5, y: -140.5}
inputs:
- node: {fileID: 114602227203521556}
_fieldName: value
connections:
- fieldName: result
node: {fileID: 114245132648392102}
_direction: 0
outputs: []
value: 0
--- !u!114 &114862693020615806
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 22e05e2a1f5ad7645850d52212143629, type: 3}
m_Name: MathNode
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: -196.5, y: -45.5}
inputs:
- node: {fileID: 114862693020615806}
_fieldName: a
connections:
- fieldName: result
node: {fileID: 114245132648392102}
_direction: 0
- node: {fileID: 114862693020615806}
_fieldName: b
connections: []
_direction: 0
outputs:
- node: {fileID: 114862693020615806}
_fieldName: result
connections:
- fieldName: value
node: {fileID: 114386305456729202}
_direction: 1
a: 8.142139
b: 3.53361
result: 0
mathType: 1