DebugValueInput

Inherits from AudioGraphNodePortGroup

Summary

Constructors

DebugValueInput()
DebugValueInput(guid: Guid)
DebugValueInput(other: AudioGraphNodePortGroup)
DebugValueInput(other: DataContainer)

Properties

Name Type
v AudioGraphNodePort
name string
renderType DebugRenderType
min float
max float

Static members

Name Type
DebugValueInput.typeInfo TypeInformation

Constructors

DebugValueInput

DebugValueInput()

Creates a new DebugValueInput frostbite instance.

DebugValueInput

DebugValueInput(guid: Guid)

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

Parameters

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

DebugValueInput

DebugValueInput(other: AudioGraphNodePortGroup)

Casts an instance of type AudioGraphNodePortGroup to DebugValueInput. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodePortGroup The instance to cast to DebugValueInput.

DebugValueInput

DebugValueInput(other: DataContainer)

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

Parameters

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

Properties

v

AudioGraphNodePort

name

string

renderType

DebugRenderType

min

float

max

float

Static members

typeInfo

TypeInformation

The type information for the DebugValueInput type.

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