EntryInputActionMappingData
Inherits from InputActionMappingData
Summary
Constructors
| EntryInputActionMappingData() |
| EntryInputActionMappingData(guid: Guid) |
| EntryInputActionMappingData(other: InputActionMappingData) |
| EntryInputActionMappingData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| actionIdentifier | EntryInputActionEnum |
| conceptIdentifier | InputConceptIdentifiers |
Static members
| Name | Type |
|---|---|
| EntryInputActionMappingData.typeInfo | TypeInformation |
Constructors
EntryInputActionMappingData
EntryInputActionMappingData()
Creates a new EntryInputActionMappingData frostbite instance.
EntryInputActionMappingData
EntryInputActionMappingData(guid: Guid)
Creates a new EntryInputActionMappingData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
EntryInputActionMappingData
EntryInputActionMappingData(other: InputActionMappingData)
Casts an instance of type InputActionMappingData to EntryInputActionMappingData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | InputActionMappingData | The instance to cast to EntryInputActionMappingData. |
EntryInputActionMappingData
EntryInputActionMappingData(other: DataContainer)
Casts an instance of type DataContainer to EntryInputActionMappingData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to EntryInputActionMappingData. |
Properties
actionIdentifier
conceptIdentifier
Static members
typeInfo
The type information for the EntryInputActionMappingData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)