SyncedSequenceEntityData
Inherits from SequenceEntityData
Summary
Constructors
SyncedSequenceEntityData() |
SyncedSequenceEntityData(guid: Guid) |
SyncedSequenceEntityData(other: SequenceEntityData) |
SyncedSequenceEntityData(other: EntityData) |
SyncedSequenceEntityData(other: GameObjectData) |
SyncedSequenceEntityData(other: GameDataContainer) |
SyncedSequenceEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
interpolateTime | bool |
Static members
Name | Type |
---|---|
SyncedSequenceEntityData.typeInfo | TypeInformation |
Constructors
SyncedSequenceEntityData
SyncedSequenceEntityData()
Creates a new SyncedSequenceEntityData frostbite instance.
SyncedSequenceEntityData
SyncedSequenceEntityData(guid: Guid)
Creates a new SyncedSequenceEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SyncedSequenceEntityData
SyncedSequenceEntityData(other: SequenceEntityData)
Casts an instance of type SequenceEntityData to SyncedSequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SequenceEntityData | The instance to cast to SyncedSequenceEntityData. |
SyncedSequenceEntityData
SyncedSequenceEntityData(other: EntityData)
Casts an instance of type EntityData to SyncedSequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to SyncedSequenceEntityData. |
SyncedSequenceEntityData
SyncedSequenceEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to SyncedSequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SyncedSequenceEntityData. |
SyncedSequenceEntityData
SyncedSequenceEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SyncedSequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SyncedSequenceEntityData. |
SyncedSequenceEntityData
SyncedSequenceEntityData(other: DataContainer)
Casts an instance of type DataContainer to SyncedSequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SyncedSequenceEntityData. |
Properties
interpolateTime
bool
Static members
typeInfo
The type information for the SyncedSequenceEntityData type.