C# Class HoldIt.XNASoundPlayer

Inheritance: ISoundPlayer
Show file Open project: ibdknox/swred

Public Methods

Method Description
Play ( string curSound, int volume, bool loop ) : System.Action
XNASoundPlayer ( ) : System

Method Details

Play() public method

public Play ( string curSound, int volume, bool loop ) : System.Action
curSound string
volume int
loop bool
return System.Action

XNASoundPlayer() public method

public XNASoundPlayer ( ) : System
return System