Class IAudioEffectPluginGUI
Inheritance
IAudioEffectPluginGUI
Assembly: UnityEditor.dll
Syntax
public abstract class IAudioEffectPluginGUI
Properties
|
Improve this Doc
View Source
Description
Declaration
public abstract string Description { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public abstract string Name { get; }
Property Value
|
Improve this Doc
View Source
Vendor
Declaration
public abstract string Vendor { get; }
Property Value
Methods
|
Improve this Doc
View Source
OnGUI(IAudioEffectPlugin)
Declaration
public abstract bool OnGUI(IAudioEffectPlugin plugin)
Parameters
Returns
Extension Methods