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