Class FieldVector4
FieldVector4, represents a Vector4 field type. Implements the FieldType
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class FieldVector4 : FieldType
Constructors
| Name | Description |
|---|---|
| FieldVector4(INodeEditor, object) | Initializes a new instance of the FieldVector4 class. |
Properties
| Name | Description |
|---|---|
| Data | Gets or sets the data. |
| PortType | Gets the type of the port. |
Methods
| Name | Description |
|---|---|
| OnValueChangedW(ChangeEvent<float>) | Called when [value changed w]. |
| 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. |