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