mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
111 lines
2.8 KiB
Plaintext
111 lines
2.8 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: 114729867621534192}
|
|
- {fileID: 114708853913061688}
|
|
- {fileID: 114511978881715272}
|
|
--- !u!114 &114511978881715272
|
|
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: 19e541bba2a188f4a84c6f3718ee6d55, type: 3}
|
|
m_Name: MathNode
|
|
m_EditorClassIdentifier:
|
|
graph: {fileID: 11400000}
|
|
position: {x: -539.5, y: -205}
|
|
inputs:
|
|
- node: {fileID: 114511978881715272}
|
|
_fieldName: a
|
|
connections: []
|
|
_direction: 0
|
|
- node: {fileID: 114511978881715272}
|
|
_fieldName: b
|
|
connections: []
|
|
_direction: 0
|
|
outputs:
|
|
- node: {fileID: 114511978881715272}
|
|
_fieldName: result
|
|
connections:
|
|
- fieldName: x
|
|
node: {fileID: 114708853913061688}
|
|
_direction: 1
|
|
a: 2.7975256
|
|
b: 6.7917466
|
|
result: 0
|
|
mathType: 0
|
|
--- !u!114 &114708853913061688
|
|
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: 05559f4106850df4ab41776666216480, type: 3}
|
|
m_Name: Vector
|
|
m_EditorClassIdentifier:
|
|
graph: {fileID: 11400000}
|
|
position: {x: -157.5, y: -115}
|
|
inputs:
|
|
- node: {fileID: 114708853913061688}
|
|
_fieldName: x
|
|
connections:
|
|
- fieldName: result
|
|
node: {fileID: 114511978881715272}
|
|
_direction: 0
|
|
- node: {fileID: 114708853913061688}
|
|
_fieldName: y
|
|
connections: []
|
|
_direction: 0
|
|
- node: {fileID: 114708853913061688}
|
|
_fieldName: z
|
|
connections: []
|
|
_direction: 0
|
|
outputs:
|
|
- node: {fileID: 114708853913061688}
|
|
_fieldName: vector
|
|
connections:
|
|
- fieldName: value
|
|
node: {fileID: 114729867621534192}
|
|
_direction: 1
|
|
x: 0
|
|
y: 2.6412349
|
|
z: 14.33477
|
|
vector: {x: 0, y: 0, z: 0}
|
|
--- !u!114 &114729867621534192
|
|
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: 78.5, y: -64}
|
|
inputs:
|
|
- node: {fileID: 114729867621534192}
|
|
_fieldName: value
|
|
connections:
|
|
- fieldName: vector
|
|
node: {fileID: 114708853913061688}
|
|
_direction: 0
|
|
outputs: []
|