UI3dIconCompData
Inherits from UIComponentData
Summary
Constructors
UI3dIconCompData() |
UI3dIconCompData(guid: Guid) |
UI3dIconCompData(other: UIComponentData) |
UI3dIconCompData(other: Asset) |
UI3dIconCompData(other: DataContainer) |
Properties
Name | Type |
---|---|
pixelOffset | Vec2 |
iconSize | float |
maxFarFade | float |
maxCloseFade | float |
snapSafeZone | float |
snapCenterYOffset | float |
shrinkSnapAnimationTime | float |
trackerHudRadiusX | float |
trackerHudRadiusY | float |
maxLookAtThreshold | float |
minLookAtThreshold | float |
minLookAtThresholdDistance | float |
drawDistance | float |
fadeDistance | float |
fadeEndDistance | float |
minimumDrawDistance | float |
minimumFadeDistance | float |
maxTagUpdatesPerFrame | int |
verticalOffset | float |
showLabelRange | float |
teamRadioDistance | float |
scaleDistance | float |
maxScaleMod | float |
maxXRotation | float |
maxYRotation | float |
horisontalOffset | float |
showSupportAmmoThreshold | float |
verticalOffsetMaxOffset | float |
verticalOffsetScaleFactor | float |
showEngineerArmorThreshold | float |
showMedicHealthThreshold | float |
snapIcons | bool |
circularSnap | bool |
onlyShowSnapped | bool |
Static members
Name | Type |
---|---|
UI3dIconCompData.typeInfo | TypeInformation |
Constructors
UI3dIconCompData
UI3dIconCompData()
Creates a new UI3dIconCompData frostbite instance.
UI3dIconCompData
UI3dIconCompData(guid: Guid)
Creates a new UI3dIconCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UI3dIconCompData
UI3dIconCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UI3dIconCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UI3dIconCompData. |
UI3dIconCompData
UI3dIconCompData(other: Asset)
Casts an instance of type Asset to UI3dIconCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UI3dIconCompData. |
UI3dIconCompData
UI3dIconCompData(other: DataContainer)
Casts an instance of type DataContainer to UI3dIconCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UI3dIconCompData. |
Properties
pixelOffset
iconSize
float
maxFarFade
float
maxCloseFade
float
snapSafeZone
float
snapCenterYOffset
float
shrinkSnapAnimationTime
float
trackerHudRadiusX
float
trackerHudRadiusY
float
maxLookAtThreshold
float
minLookAtThreshold
float
minLookAtThresholdDistance
float
drawDistance
float
fadeDistance
float
fadeEndDistance
float
minimumDrawDistance
float
minimumFadeDistance
float
maxTagUpdatesPerFrame
int
verticalOffset
float
showLabelRange
float
teamRadioDistance
float
scaleDistance
float
maxScaleMod
float
maxXRotation
float
maxYRotation
float
horisontalOffset
float
showSupportAmmoThreshold
float
verticalOffsetMaxOffset
float
verticalOffsetScaleFactor
float
showEngineerArmorThreshold
float
showMedicHealthThreshold
float
snapIcons
bool
circularSnap
bool
onlyShowSnapped
bool
Static members
typeInfo
The type information for the UI3dIconCompData type.