CustomSplineData
Inherits from VectorShapeData
Summary
Constructors
CustomSplineData() |
CustomSplineData(guid: Guid) |
CustomSplineData(other: VectorShapeData) |
CustomSplineData(other: BaseShapeData) |
CustomSplineData(other: GameObjectData) |
CustomSplineData(other: GameDataContainer) |
CustomSplineData(other: DataContainer) |
Static members
Name | Type |
---|---|
CustomSplineData.typeInfo | TypeInformation |
Constructors
CustomSplineData
CustomSplineData()
Creates a new CustomSplineData frostbite instance.
CustomSplineData
CustomSplineData(guid: Guid)
Creates a new CustomSplineData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CustomSplineData
CustomSplineData(other: VectorShapeData)
Casts an instance of type VectorShapeData to CustomSplineData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VectorShapeData | The instance to cast to CustomSplineData. |
CustomSplineData
CustomSplineData(other: BaseShapeData)
Casts an instance of type BaseShapeData to CustomSplineData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | BaseShapeData | The instance to cast to CustomSplineData. |
CustomSplineData
CustomSplineData(other: GameObjectData)
Casts an instance of type GameObjectData to CustomSplineData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to CustomSplineData. |
CustomSplineData
CustomSplineData(other: GameDataContainer)
Casts an instance of type GameDataContainer to CustomSplineData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to CustomSplineData. |
CustomSplineData
CustomSplineData(other: DataContainer)
Casts an instance of type DataContainer to CustomSplineData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CustomSplineData. |
Static members
typeInfo
The type information for the CustomSplineData type.