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