Class FieldVector3
FieldVector3, represents a Vector3 field type. Implements the FieldType
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class FieldVector3 : FieldType
  Constructors
| Name | Description | 
|---|---|
| FieldVector3(INodeEditor, object) | Initializes a new instance of the FieldVector3 class.  | 
      
Properties
| Name | Description | 
|---|---|
| Data | Gets or sets the data.  | 
      
| PortType | Gets the type of the port.  | 
      
Methods
| Name | Description | 
|---|---|
| OnValueChangedX(ChangeEvent<float>) | Called when [value changed x].  | 
      
| OnValueChangedY(ChangeEvent<float>) | Called when [value changed y].  | 
      
| OnValueChangedZ(ChangeEvent<float>) | Called when [value changed z].  | 
      
| SynchronizePortValue() | Synchronizes the port value.  |