Class SerializedParameter
Class SerializedParameter, represents the parameter data. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class SerializedParameter : VersionedStruct
Constructors
Name | Description |
---|---|
SerializedParameter(SerializedParameter) | Initializes a new instance of the SerializedParameter class. |
Fields
Name | Description |
---|---|
Direction | Direction where this parameter shows up on an embed graph node |
FieldExtra | Specifies read/write or extra attributes of this parameter |
Guid | The unique identifier |
Name | The name |
Type | The type name of this parameter |
Value | The serialized string value |
isExposed | True when this parameter is visible in the inspector |
kVersion | Current File format version for SerializedParameter |
Properties
Name | Description |
---|---|
CurrentVersion | Gets the current version. |
Methods
Name | Description |
---|---|
CopyFrom(SerializedParameter) | Copies from. |
Create() | Creates this instance. |
Equals(SerializedParameter) | Test for equality with other object. |