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