AntTrackData

Inherits from CustomSequenceTrackData

Summary

Constructors

AntTrackData()
AntTrackData(guid: Guid)
AntTrackData(other: CustomSequenceTrackData)
AntTrackData(other: EntityData)
AntTrackData(other: GameObjectData)
AntTrackData(other: GameDataContainer)
AntTrackData(other: DataContainer)

Properties

Name Type
antTrackItemDatas AntTrackItemData[]

Static members

Name Type
AntTrackData.typeInfo TypeInformation

Constructors

AntTrackData

AntTrackData()

Creates a new AntTrackData frostbite instance.

AntTrackData

AntTrackData(guid: Guid)

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

Parameters

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

AntTrackData

AntTrackData(other: CustomSequenceTrackData)

Casts an instance of type CustomSequenceTrackData to AntTrackData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other CustomSequenceTrackData The instance to cast to AntTrackData.

AntTrackData

AntTrackData(other: EntityData)

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

Parameters

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

AntTrackData

AntTrackData(other: GameObjectData)

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

Parameters

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

AntTrackData

AntTrackData(other: GameDataContainer)

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

Parameters

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

AntTrackData

AntTrackData(other: DataContainer)

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

Parameters

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

Properties

antTrackItemDatas

AntTrackItemData[]

Static members

typeInfo

TypeInformation

The type information for the AntTrackData type.

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