PropertyTrackData

Inherits from DataContainer

Summary

Constructors

PropertyTrackData()
PropertyTrackData(guid: Guid)
PropertyTrackData(other: DataContainer)

Properties

Name Type
id int
times int[]

Static members

Name Type
PropertyTrackData.typeInfo TypeInformation

Constructors

PropertyTrackData

PropertyTrackData()

Creates a new PropertyTrackData frostbite instance.

PropertyTrackData

PropertyTrackData(guid: Guid)

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

Parameters

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

PropertyTrackData

PropertyTrackData(other: DataContainer)

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

Parameters

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

Properties

id

int

times

int[]

Static members

typeInfo

TypeInformation

The type information for the PropertyTrackData type.

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