Curve2D
Inherits from DataContainer
Summary
Constructors
Curve2D() |
Curve2D(guid: Guid) |
Curve2D(other: DataContainer) |
Properties
Name | Type |
---|---|
curve | Vec2[] |
Static members
Name | Type |
---|---|
Curve2D.typeInfo | TypeInformation |
Constructors
Curve2D
Curve2D()
Creates a new Curve2D frostbite instance.
Curve2D
Curve2D(guid: Guid)
Creates a new Curve2D frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
Curve2D
Curve2D(other: DataContainer)
Casts an instance of type DataContainer to Curve2D. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to Curve2D. |
Properties
curve
Vec2[]
Static members
typeInfo
The type information for the Curve2D type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)