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