Метод | Описание | |
---|---|---|
BarCursorHeigthConvert ( ) : int | ||
ChangeVolume ( float volume ) : void | ||
DistanceCalculate ( float count ) : float | ||
Draw ( |
||
Init ( ) : void | ||
MakeResolutionArray ( ) : void | ||
MoveCurser ( float x ) : void | ||
SelectLeft ( ) : void | ||
SelectRight ( ) : void | ||
TSoundOption ( |
||
TSoundOption ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Graphics.Texture2D txSoundBar, Microsoft.Xna.Framework.Graphics.Texture2D txBarCursor, Microsoft.Xna.Framework.Graphics.Texture2D txArrowLeft, Microsoft.Xna.Framework.Graphics.Texture2D txArrowRight, Vector2 posSoundBar, Vector2 sizeSoundBar, Vector2 sizeBarCursor, Vector2 posArrowLeft, Vector2 posArrowRight, Vector2 sizeArrow, Color col ) : System | ||
Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : void |
public ChangeVolume ( float volume ) : void | ||
volume | float | |
Результат | void |
public DistanceCalculate ( float count ) : float | ||
count | float | |
Результат | float |
public Draw ( |
||
sprite | ||
Результат | void |
public TSoundOption ( |
||
structOptionsMain | ||
structSound | ||
Результат | System |
public TSoundOption ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Graphics.Texture2D txSoundBar, Microsoft.Xna.Framework.Graphics.Texture2D txBarCursor, Microsoft.Xna.Framework.Graphics.Texture2D txArrowLeft, Microsoft.Xna.Framework.Graphics.Texture2D txArrowRight, Vector2 posSoundBar, Vector2 sizeSoundBar, Vector2 sizeBarCursor, Vector2 posArrowLeft, Vector2 posArrowRight, Vector2 sizeArrow, Color col ) : System | ||
graphics | GraphicsDeviceManager | |
txSoundBar | Microsoft.Xna.Framework.Graphics.Texture2D | |
txBarCursor | Microsoft.Xna.Framework.Graphics.Texture2D | |
txArrowLeft | Microsoft.Xna.Framework.Graphics.Texture2D | |
txArrowRight | Microsoft.Xna.Framework.Graphics.Texture2D | |
posSoundBar | Vector2 | |
sizeSoundBar | Vector2 | |
sizeBarCursor | Vector2 | |
posArrowLeft | Vector2 | |
posArrowRight | Vector2 | |
sizeArrow | Vector2 | |
col | Color | |
Результат | System |
public Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : void | ||
mouse | Microsoft.Xna.Framework.Input.MouseState | |
Результат | void |