InputActionData

Inherits from DataContainer

Summary

Constructors

InputActionData()
InputActionData(guid: Guid)
InputActionData(other: DataContainer)

Properties

Name Type
isAnalog bool
negateValue bool

Static members

Name Type
InputActionData.typeInfo TypeInformation

Constructors

InputActionData

InputActionData()

Creates a new InputActionData frostbite instance.

InputActionData

InputActionData(guid: Guid)

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

Parameters

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

InputActionData

InputActionData(other: DataContainer)

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

Parameters

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

Properties

isAnalog

bool

negateValue

bool

Static members

typeInfo

TypeInformation

The type information for the InputActionData type.

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