EntryInputActionMapsData

Inherits from Asset

Summary

Constructors

EntryInputActionMapsData()
EntryInputActionMapsData(guid: Guid)
EntryInputActionMapsData(other: Asset)
EntryInputActionMapsData(other: DataContainer)

Properties

Name Type
actionMapSettingsScheme int
defaultInputActionMap InputActionMapSlot
inputActionMaps EntryInputActionMapData[]

Static members

Name Type
EntryInputActionMapsData.typeInfo TypeInformation

Constructors

EntryInputActionMapsData

EntryInputActionMapsData()

Creates a new EntryInputActionMapsData frostbite instance.

EntryInputActionMapsData

EntryInputActionMapsData(guid: Guid)

Creates a new EntryInputActionMapsData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

EntryInputActionMapsData

EntryInputActionMapsData(other: Asset)

Casts an instance of type Asset to EntryInputActionMapsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to EntryInputActionMapsData.

EntryInputActionMapsData

EntryInputActionMapsData(other: DataContainer)

Casts an instance of type DataContainer to EntryInputActionMapsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to EntryInputActionMapsData.

Properties

actionMapSettingsScheme

int

defaultInputActionMap

InputActionMapSlot

inputActionMaps

EntryInputActionMapData[]

Static members

typeInfo

TypeInformation

The type information for the EntryInputActionMapsData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)