TrajectoryEntityData

Inherits from EntityData

Summary

Constructors

TrajectoryEntityData()
TrajectoryEntityData(guid: Guid)
TrajectoryEntityData(other: EntityData)
TrajectoryEntityData(other: GameObjectData)
TrajectoryEntityData(other: GameDataContainer)
TrajectoryEntityData(other: DataContainer)

Properties

Name Type
outTransform LinearTransform

Static members

Name Type
TrajectoryEntityData.typeInfo TypeInformation

Constructors

TrajectoryEntityData

TrajectoryEntityData()

Creates a new TrajectoryEntityData frostbite instance.

TrajectoryEntityData

TrajectoryEntityData(guid: Guid)

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

Parameters

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

TrajectoryEntityData

TrajectoryEntityData(other: EntityData)

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

Parameters

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

TrajectoryEntityData

TrajectoryEntityData(other: GameObjectData)

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

Parameters

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

TrajectoryEntityData

TrajectoryEntityData(other: GameDataContainer)

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

Parameters

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

TrajectoryEntityData

TrajectoryEntityData(other: DataContainer)

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

Parameters

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

Properties

outTransform

LinearTransform

Static members

typeInfo

TypeInformation

The type information for the TrajectoryEntityData type.

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