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