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