Class PortTypeAnimationCurve
Class PortTypeAnimationCurve. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortTypeAnimationCurve : PortType<AnimationCurve>
Constructors
PortTypeAnimationCurve()
Initializes a new instance of the PortTypeAnimationCurve class.
Declaration
public PortTypeAnimationCurve()
PortTypeAnimationCurve(PortType<AnimationCurve>)
Initializes a new instance of the PortTypeAnimationCurve class.
Declaration
public PortTypeAnimationCurve(PortType<AnimationCurve> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<AnimationCurve> | p | The p. |
See Also
PortType<T>