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