C# Class UnityEditor.Audio.AudioParameterPath

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
parameter UnityEditor.GUID

Public Methods

Method Description
ResolveStringPath ( bool getOnlyBasePath ) : string

Protected Methods

Method Description
AudioParameterPath ( ) : System

Method Details

AudioParameterPath() protected method

protected AudioParameterPath ( ) : System
return System

ResolveStringPath() public abstract method

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

Property Details

parameter public_oe property

public GUID,UnityEditor parameter
return UnityEditor.GUID