C# Class FMOD.Studio.VCA

Inheritance: HandleBase
显示文件 Open project: fmod/UnityIntegration Class Usage Examples

Public Methods

Method Description
VCA ( IntPtr raw ) : System
getFaderLevel ( float &volume ) : RESULT
getID ( System.Guid &id ) : RESULT
getPath ( string &path ) : RESULT
setFaderLevel ( float volume ) : RESULT

Protected Methods

Method Description
isValidInternal ( ) : bool

Private Methods

Method Description
FMOD_Studio_VCA_GetFaderLevel ( IntPtr vca, float &value ) : RESULT
FMOD_Studio_VCA_GetID ( IntPtr vca, [ id ) : RESULT
FMOD_Studio_VCA_GetPath ( IntPtr vca, [ path, int size, int &retrieved ) : RESULT
FMOD_Studio_VCA_IsValid ( IntPtr vca ) : bool
FMOD_Studio_VCA_SetFaderLevel ( IntPtr vca, float value ) : RESULT

Method Details

VCA() public method

public VCA ( IntPtr raw ) : System
raw System.IntPtr
return System

getFaderLevel() public method

public getFaderLevel ( float &volume ) : RESULT
volume float
return RESULT

getID() public method

public getID ( System.Guid &id ) : RESULT
id System.Guid
return RESULT

getPath() public method

public getPath ( string &path ) : RESULT
path string
return RESULT

isValidInternal() protected method

protected isValidInternal ( ) : bool
return bool

setFaderLevel() public method

public setFaderLevel ( float volume ) : RESULT
volume float
return RESULT