Show / Hide Table of Contents

Class IAudioEffectPluginGUI

Inheritance
Object
IAudioEffectPluginGUI
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public abstract class IAudioEffectPluginGUI

Properties

| Improve this Doc View Source

Description

Declaration
public abstract string Description { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Name

Declaration
public abstract string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Vendor

Declaration
public abstract string Vendor { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

OnGUI(IAudioEffectPlugin)

Declaration
public abstract bool OnGUI(IAudioEffectPlugin plugin)
Parameters
Type Name Description
IAudioEffectPlugin plugin
Returns
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX