PhysicsNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

PhysicsNodeData()
PhysicsNodeData(guid: Guid)
PhysicsNodeData(other: AudioGraphNodeData)
PhysicsNodeData(other: DataContainer)

Properties

Name Type
distance AudioGraphNodePort
velocity AudioGraphNodePort
relativeVelocity AudioGraphNodePort
azimuth AudioGraphNodePort
elevationAngle AudioGraphNodePort
entries PhysicsEntry[]

Static members

Name Type
PhysicsNodeData.typeInfo TypeInformation

Constructors

PhysicsNodeData

PhysicsNodeData()

Creates a new PhysicsNodeData frostbite instance.

PhysicsNodeData

PhysicsNodeData(guid: Guid)

Creates a new PhysicsNodeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PhysicsNodeData

PhysicsNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to PhysicsNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to PhysicsNodeData.

PhysicsNodeData

PhysicsNodeData(other: DataContainer)

Casts an instance of type DataContainer to PhysicsNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PhysicsNodeData.

Properties

distance

AudioGraphNodePort

velocity

AudioGraphNodePort

relativeVelocity

AudioGraphNodePort

azimuth

AudioGraphNodePort

elevationAngle

AudioGraphNodePort

entries

PhysicsEntry[]

Static members

typeInfo

TypeInformation

The type information for the PhysicsNodeData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)