Vec2PropertyTrackData

Inherits from SimplePropertyTrackData

Summary

Constructors

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

Properties

Name Type
values Vec2[]

Static members

Name Type
Vec2PropertyTrackData.typeInfo TypeInformation

Constructors

Vec2PropertyTrackData

Vec2PropertyTrackData()

Creates a new Vec2PropertyTrackData frostbite instance.

Vec2PropertyTrackData

Vec2PropertyTrackData(guid: Guid)

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

Parameters

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

Vec2PropertyTrackData

Vec2PropertyTrackData(other: SimplePropertyTrackData)

Casts an instance of type SimplePropertyTrackData to Vec2PropertyTrackData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SimplePropertyTrackData The instance to cast to Vec2PropertyTrackData.

Vec2PropertyTrackData

Vec2PropertyTrackData(other: PropertyTrackData)

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

Parameters

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

Vec2PropertyTrackData

Vec2PropertyTrackData(other: DataContainer)

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

Parameters

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

Properties

values

Vec2[]

Static members

typeInfo

TypeInformation

The type information for the Vec2PropertyTrackData type.

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