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