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