C# Class OpenTkEngine.Core.SoundManager

显示文件 Open project: jikoriko/OpentkEngine

Public Methods

Method Description
PlayInstance ( int inBuffer ) : void

Private Methods

Method Description
stackLoop ( ) : void

Constantly checks if a sound has stopped, if so removes it

Method Details

PlayInstance() public static method

public static PlayInstance ( int inBuffer ) : void
inBuffer int
return void