C# Class FMOD.Studio.ParameterInstance

Inheritance: HandleBase
Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Methods

Method Description
ParameterInstance ( IntPtr raw ) : System
getDescription ( PARAMETER_DESCRIPTION &description ) : RESULT
getValue ( float &value ) : RESULT
setValue ( float value ) : RESULT

Protected Methods

Method Description
isValidInternal ( ) : bool

Private Methods

Method Description
FMOD_Studio_ParameterInstance_GetDescription ( IntPtr parameter, PARAMETER_DESCRIPTION_INTERNAL &description ) : RESULT
FMOD_Studio_ParameterInstance_GetValue ( IntPtr parameter, float &value ) : RESULT
FMOD_Studio_ParameterInstance_IsValid ( IntPtr parameter ) : bool
FMOD_Studio_ParameterInstance_SetValue ( IntPtr parameter, float value ) : RESULT

Method Details

ParameterInstance() public method

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

getDescription() public method

public getDescription ( PARAMETER_DESCRIPTION &description ) : RESULT
description PARAMETER_DESCRIPTION
return RESULT

getValue() public method

public getValue ( float &value ) : RESULT
value float
return RESULT

isValidInternal() protected method

protected isValidInternal ( ) : bool
return bool

setValue() public method

public setValue ( float value ) : RESULT
value float
return RESULT