UICustomizationCompData
Inherits from UIComponentData
Summary
Constructors
UICustomizationCompData() |
UICustomizationCompData(guid: Guid) |
UICustomizationCompData(other: UIComponentData) |
UICustomizationCompData(other: Asset) |
UICustomizationCompData(other: DataContainer) |
Properties
Name | Type |
---|---|
soldierOffset | Vec3 |
soldierRotation | Vec3 |
vehicleRotation | Vec3 |
networkThrottleTimer | float |
Static members
Name | Type |
---|---|
UICustomizationCompData.typeInfo | TypeInformation |
Constructors
UICustomizationCompData
UICustomizationCompData()
Creates a new UICustomizationCompData frostbite instance.
UICustomizationCompData
UICustomizationCompData(guid: Guid)
Creates a new UICustomizationCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UICustomizationCompData
UICustomizationCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UICustomizationCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UICustomizationCompData. |
UICustomizationCompData
UICustomizationCompData(other: Asset)
Casts an instance of type Asset to UICustomizationCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UICustomizationCompData. |
UICustomizationCompData
UICustomizationCompData(other: DataContainer)
Casts an instance of type DataContainer to UICustomizationCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UICustomizationCompData. |
Properties
soldierOffset
soldierRotation
vehicleRotation
networkThrottleTimer
float
Static members
typeInfo
The type information for the UICustomizationCompData type.