C# Class Terraria.GameContent.Events.ScreenDarkness

Datei anzeigen Open project: EmuDevs/EDTerraria

Public Properties

Property Type Description
screenObstruction float

Public Methods

Method Description
DrawBack ( SpriteBatch spriteBatch ) : void
DrawFront ( SpriteBatch spriteBatch ) : void
Update ( ) : void

Method Details

DrawBack() public static method

public static DrawBack ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

DrawFront() public static method

public static DrawFront ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

screenObstruction public_oe static_oe property

public static float screenObstruction
return float