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