BangerSpawnImpulseParams
Inherits from DataContainer
Summary
Constructors
| BangerSpawnImpulseParams() |
| BangerSpawnImpulseParams(guid: Guid) |
| BangerSpawnImpulseParams(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| minHorizontalAngle | float |
| maxHorizontalAngle | float |
| minVerticalAngle | float |
| maxVerticalAngle | float |
| minStrength | float |
| maxStrength | float |
| waterStrengthModifier | float |
| linearDamping | float |
| angularDamping | float |
Static members
| Name | Type |
|---|---|
| BangerSpawnImpulseParams.typeInfo | TypeInformation |
Constructors
BangerSpawnImpulseParams
BangerSpawnImpulseParams()
Creates a new BangerSpawnImpulseParams frostbite instance.
BangerSpawnImpulseParams
BangerSpawnImpulseParams(guid: Guid)
Creates a new BangerSpawnImpulseParams frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
BangerSpawnImpulseParams
BangerSpawnImpulseParams(other: DataContainer)
Casts an instance of type DataContainer to BangerSpawnImpulseParams. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to BangerSpawnImpulseParams. |
Properties
minHorizontalAngle
float
maxHorizontalAngle
float
minVerticalAngle
float
maxVerticalAngle
float
minStrength
float
maxStrength
float
waterStrengthModifier
float
linearDamping
float
angularDamping
float
Static members
typeInfo
The type information for the BangerSpawnImpulseParams type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)