C# Class Studio.ParameterInstance

Inheritance: HandleBase
Mostrar archivo Open project: TrinityUniversityGameDesign/GitPlayground

Public Methods

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

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_SetValue ( IntPtr parameter, float value ) : RESULT

Method Details

ParameterInstance() public method

public ParameterInstance ( IntPtr raw )
raw System.IntPtr

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

setValue() public method

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