C# Class LeanAudioWrap, UnityHello

ファイルを表示 Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
_CreateLeanAudio ( IntPtr L ) : int
createAudio ( IntPtr L ) : int
createAudioStream ( IntPtr L ) : int
generateAudioFromCurve ( IntPtr L ) : int
get_MIN_FREQEUNCY_PERIOD ( IntPtr L ) : int
get_PROCESSING_ITERATIONS_MAX ( IntPtr L ) : int
get_generatedWaveDistances ( IntPtr L ) : int
get_generatedWaveDistancesCount ( IntPtr L ) : int
options ( IntPtr L ) : int
play ( IntPtr L ) : int
playClipAt ( IntPtr L ) : int
printOutAudioClip ( IntPtr L ) : int
set_MIN_FREQEUNCY_PERIOD ( IntPtr L ) : int
set_PROCESSING_ITERATIONS_MAX ( IntPtr L ) : int
set_generatedWaveDistances ( IntPtr L ) : int
set_generatedWaveDistancesCount ( IntPtr L ) : int

Method Details

Register() public static method

public static Register ( LuaState L ) : void
L LuaState
return void