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