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