C# Class UnityEditor.Audio.AudioGroupParameterPath

Inheritance: AudioParameterPath
Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
group AudioMixerGroupController

Public Methods

Method Description
AudioGroupParameterPath ( AudioMixerGroupController group, GUID parameter ) : System
ResolveStringPath ( bool getOnlyBasePath ) : string

Protected Methods

Method Description
GetBasePath ( string group, string effect ) : string

Method Details

AudioGroupParameterPath() public method

public AudioGroupParameterPath ( AudioMixerGroupController group, GUID parameter ) : System
group AudioMixerGroupController
parameter GUID
return System

GetBasePath() protected method

protected GetBasePath ( string group, string effect ) : string
group string
effect string
return string

ResolveStringPath() public method

public ResolveStringPath ( bool getOnlyBasePath ) : string
getOnlyBasePath bool
return string

Property Details

group public_oe property

public AudioMixerGroupController,UnityEditor.Audio group
return AudioMixerGroupController