GameSplineEntityData

Inherits from GameEntityData

Summary

Constructors

GameSplineEntityData()
GameSplineEntityData(guid: Guid)
GameSplineEntityData(other: GameEntityData)
GameSplineEntityData(other: SpatialEntityData)
GameSplineEntityData(other: EntityData)
GameSplineEntityData(other: GameObjectData)
GameSplineEntityData(other: GameDataContainer)
GameSplineEntityData(other: DataContainer)

Properties

Name Type
splineType GameSplineType
localPoints Vec3[]
normals Vec3[]

Static members

Name Type
GameSplineEntityData.typeInfo TypeInformation

Constructors

GameSplineEntityData

GameSplineEntityData()

Creates a new GameSplineEntityData frostbite instance.

GameSplineEntityData

GameSplineEntityData(guid: Guid)

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

Parameters

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

GameSplineEntityData

GameSplineEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to GameSplineEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to GameSplineEntityData.

GameSplineEntityData

GameSplineEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to GameSplineEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to GameSplineEntityData.

GameSplineEntityData

GameSplineEntityData(other: EntityData)

Casts an instance of type EntityData to GameSplineEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to GameSplineEntityData.

GameSplineEntityData

GameSplineEntityData(other: GameObjectData)

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

Parameters

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

GameSplineEntityData

GameSplineEntityData(other: GameDataContainer)

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

Parameters

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

GameSplineEntityData

GameSplineEntityData(other: DataContainer)

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

Parameters

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

Properties

splineType

GameSplineType

localPoints

Vec3[]

normals

Vec3[]

Static members

typeInfo

TypeInformation

The type information for the GameSplineEntityData type.

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