SyncAnimationsEntityData

Inherits from EntityData

Summary

Constructors

SyncAnimationsEntityData()
SyncAnimationsEntityData(guid: Guid)
SyncAnimationsEntityData(other: EntityData)
SyncAnimationsEntityData(other: GameObjectData)
SyncAnimationsEntityData(other: GameDataContainer)
SyncAnimationsEntityData(other: DataContainer)

Properties

Name Type
externalTime float
nearEndEventTime float
startServerPaused bool

Static members

Name Type
SyncAnimationsEntityData.typeInfo TypeInformation

Constructors

SyncAnimationsEntityData

SyncAnimationsEntityData()

Creates a new SyncAnimationsEntityData frostbite instance.

SyncAnimationsEntityData

SyncAnimationsEntityData(guid: Guid)

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

Parameters

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

SyncAnimationsEntityData

SyncAnimationsEntityData(other: EntityData)

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

Parameters

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

SyncAnimationsEntityData

SyncAnimationsEntityData(other: GameObjectData)

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

Parameters

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

SyncAnimationsEntityData

SyncAnimationsEntityData(other: GameDataContainer)

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

Parameters

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

SyncAnimationsEntityData

SyncAnimationsEntityData(other: DataContainer)

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

Parameters

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

Properties

externalTime

float

nearEndEventTime

float

startServerPaused

bool

Static members

typeInfo

TypeInformation

The type information for the SyncAnimationsEntityData type.

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