TickEvent

Inherits from MetricEvent

Summary

Constructors

TickEvent()
TickEvent(guid: Guid)
TickEvent(other: MetricEvent)
TickEvent(other: DataContainer)

Properties

Name Type
position Vec3
time float

Static members

Name Type
TickEvent.typeInfo TypeInformation

Constructors

TickEvent

TickEvent()

Creates a new TickEvent frostbite instance.

TickEvent

TickEvent(guid: Guid)

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

Parameters

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

TickEvent

TickEvent(other: MetricEvent)

Casts an instance of type MetricEvent to TickEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MetricEvent The instance to cast to TickEvent.

TickEvent

TickEvent(other: DataContainer)

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

Parameters

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

Properties

position

Vec3

time

float

Static members

typeInfo

TypeInformation

The type information for the TickEvent type.

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