EntryInputActionMapData

Inherits from InputActionMapData

Summary

Constructors

EntryInputActionMapData()
EntryInputActionMapData(guid: Guid)
EntryInputActionMapData(other: InputActionMapData)
EntryInputActionMapData(other: DataContainer)

Static members

Name Type
EntryInputActionMapData.typeInfo TypeInformation

Constructors

EntryInputActionMapData

EntryInputActionMapData()

Creates a new EntryInputActionMapData frostbite instance.

EntryInputActionMapData

EntryInputActionMapData(guid: Guid)

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

Parameters

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

EntryInputActionMapData

EntryInputActionMapData(other: InputActionMapData)

Casts an instance of type InputActionMapData to EntryInputActionMapData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other InputActionMapData The instance to cast to EntryInputActionMapData.

EntryInputActionMapData

EntryInputActionMapData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the EntryInputActionMapData type.

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