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