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