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