SoldierGripComponentData
Inherits from ComponentData
Summary
Constructors
Static members
| Name | Type |
|---|---|
| SoldierGripComponentData.typeInfo | TypeInformation |
Constructors
SoldierGripComponentData
SoldierGripComponentData()
Creates a new SoldierGripComponentData frostbite instance.
SoldierGripComponentData
SoldierGripComponentData(guid: Guid)
Creates a new SoldierGripComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SoldierGripComponentData
SoldierGripComponentData(other: ComponentData)
Casts an instance of type ComponentData to SoldierGripComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to SoldierGripComponentData. |
SoldierGripComponentData
SoldierGripComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to SoldierGripComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to SoldierGripComponentData. |
SoldierGripComponentData
SoldierGripComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SoldierGripComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to SoldierGripComponentData. |
SoldierGripComponentData
SoldierGripComponentData(other: DataContainer)
Casts an instance of type DataContainer to SoldierGripComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SoldierGripComponentData. |
Static members
typeInfo
The type information for the SoldierGripComponentData type.