diff options
author | chai <chaifix@163.com> | 2022-07-04 20:57:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-07-04 20:57:13 +0800 |
commit | 7adcecd82e552ad6c03607ef5074fc6a8fa46671 (patch) | |
tree | a9c7be1f20427f6a2e9da8d9e5f71b1ca6b7092e /Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph | |
parent | 6cd1b99d4ab9866f00ec0b197ed9686f7d1cea46 (diff) |
* node test
Diffstat (limited to 'Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph')
-rw-r--r-- | Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph/New Math Graph.asset | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph/New Math Graph.asset b/Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph/New Math Graph.asset index 45efea59..e3ad295c 100644 --- a/Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph/New Math Graph.asset +++ b/Other/NodeEditorExamples/Assets/xNode-examples/Examples/MathGraph/New Math Graph.asset @@ -17,6 +17,7 @@ MonoBehaviour: - {fileID: 114067149339165002} - {fileID: 114441428018438906} - {fileID: 114775482956350040} + - {fileID: 114583718538277734} --- !u!114 &114067149339165002 MonoBehaviour: m_ObjectHideFlags: 0 @@ -120,6 +121,33 @@ MonoBehaviour: _connectionType: 1 _typeConstraint: 0 _dynamic: 0 +--- !u!114 &114583718538277734 +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: 98f6f901f0da53142b79277ea3f42518, type: 3} + m_Name: Display Value + m_EditorClassIdentifier: + graph: {fileID: 11400000} + position: {x: 70.31308, y: -56.076015} + ports: + keys: + - input + values: + - _fieldName: input + _node: {fileID: 114583718538277734} + _typeQualifiedName: XNode.Examples.MathNodes.DisplayValue+Anything, Assembly-CSharp, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + connections: [] + _direction: 0 + _connectionType: 1 + _typeConstraint: 0 + _dynamic: 0 --- !u!114 &114652361136345764 MonoBehaviour: m_ObjectHideFlags: 0 |