GameSplineData

Inherits from CustomSplineData

Summary

Constructors

GameSplineData()
GameSplineData(guid: Guid)
GameSplineData(other: CustomSplineData)
GameSplineData(other: VectorShapeData)
GameSplineData(other: BaseShapeData)
GameSplineData(other: GameObjectData)
GameSplineData(other: GameDataContainer)
GameSplineData(other: DataContainer)

Properties

Name Type
splineType GameSplineType

Static members

Name Type
GameSplineData.typeInfo TypeInformation

Constructors

GameSplineData

GameSplineData()

Creates a new GameSplineData frostbite instance.

GameSplineData

GameSplineData(guid: Guid)

Creates a new GameSplineData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

GameSplineData

GameSplineData(other: CustomSplineData)

Casts an instance of type CustomSplineData to GameSplineData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other CustomSplineData The instance to cast to GameSplineData.

GameSplineData

GameSplineData(other: VectorShapeData)

Casts an instance of type VectorShapeData to GameSplineData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VectorShapeData The instance to cast to GameSplineData.

GameSplineData

GameSplineData(other: BaseShapeData)

Casts an instance of type BaseShapeData to GameSplineData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BaseShapeData The instance to cast to GameSplineData.

GameSplineData

GameSplineData(other: GameObjectData)

Casts an instance of type GameObjectData to GameSplineData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to GameSplineData.

GameSplineData

GameSplineData(other: GameDataContainer)

Casts an instance of type GameDataContainer to GameSplineData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to GameSplineData.

GameSplineData

GameSplineData(other: DataContainer)

Casts an instance of type DataContainer to GameSplineData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to GameSplineData.

Properties

splineType

GameSplineType

Static members

typeInfo

TypeInformation

The type information for the GameSplineData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)