Class FieldSystemGraphAsset
FieldSystemGraphAsset, represents a SystemGraphAsset field type. Implements the FieldType
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class FieldSystemGraphAsset : FieldType
Constructors
FieldSystemGraphAsset(INodeEditor, Object)
Initializes a new instance of the FieldSystemGraphAsset class.
Declaration
public FieldSystemGraphAsset(INodeEditor editor, object inData = null)
Parameters
| Type | Name | Description |
|---|---|---|
| INodeEditor | editor | The editor. |
| Object | inData | The in data. |
Properties
Data
Gets or sets the data.
Declaration
public PortTypeSystemGraphAsset Data { get; set; }
Property Value
| Type | Description |
|---|---|
| PortTypeSystemGraphAsset | The data. |
PortType
Gets the type of the port.
Declaration
public PortTypeSystemGraphAsset PortType { get; }
Property Value
| Type | Description |
|---|---|
| PortTypeSystemGraphAsset | The type of the port. |
Methods
OnValueChanged(ChangeEvent<Object>)
Called when [value changed].
Declaration
public void OnValueChanged(ChangeEvent<Object> e)
Parameters
| Type | Name | Description |
|---|---|---|
| ChangeEvent<Object> | e | The event. |
SynchronizePortValue()
Synchronizes the port value.
Declaration
public override void SynchronizePortValue()