TrackComponentData

Inherits from MeshComponentData

Summary

Constructors

TrackComponentData()
TrackComponentData(guid: Guid)
TrackComponentData(other: MeshComponentData)
TrackComponentData(other: ComponentData)
TrackComponentData(other: GameObjectData)
TrackComponentData(other: GameDataContainer)
TrackComponentData(other: DataContainer)

Properties

Name Type
scrollFactor float

Static members

Name Type
TrackComponentData.typeInfo TypeInformation

Constructors

TrackComponentData

TrackComponentData()

Creates a new TrackComponentData frostbite instance.

TrackComponentData

TrackComponentData(guid: Guid)

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

Parameters

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

TrackComponentData

TrackComponentData(other: MeshComponentData)

Casts an instance of type MeshComponentData to TrackComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MeshComponentData The instance to cast to TrackComponentData.

TrackComponentData

TrackComponentData(other: ComponentData)

Casts an instance of type ComponentData to TrackComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to TrackComponentData.

TrackComponentData

TrackComponentData(other: GameObjectData)

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

Parameters

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

TrackComponentData

TrackComponentData(other: GameDataContainer)

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

Parameters

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

TrackComponentData

TrackComponentData(other: DataContainer)

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

Parameters

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

Properties

scrollFactor

float

Static members

typeInfo

TypeInformation

The type information for the TrackComponentData type.

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