UINumberDataBinding

Inherits from UIDataBinding

Summary

Constructors

UINumberDataBinding()
UINumberDataBinding(guid: Guid)
UINumberDataBinding(other: UIDataBinding)
UINumberDataBinding(other: DataContainer)

Properties

Name Type
value UIDataSourceInfo
numValue int
refresh bool

Static members

Name Type
UINumberDataBinding.typeInfo TypeInformation

Constructors

UINumberDataBinding

UINumberDataBinding()

Creates a new UINumberDataBinding frostbite instance.

UINumberDataBinding

UINumberDataBinding(guid: Guid)

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

Parameters

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

UINumberDataBinding

UINumberDataBinding(other: UIDataBinding)

Casts an instance of type UIDataBinding to UINumberDataBinding. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIDataBinding The instance to cast to UINumberDataBinding.

UINumberDataBinding

UINumberDataBinding(other: DataContainer)

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

Parameters

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

Properties

value

UIDataSourceInfo

numValue

int

refresh

bool

Static members

typeInfo

TypeInformation

The type information for the UINumberDataBinding type.

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