C# Class Terraria.GameContent.Skies.MoonLordSky

Inheritance: Terraria.Graphics.Effects.CustomSky
Mostrar archivo Open project: EmuDevs/EDTerraria

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, float minDepth, float maxDepth ) : void
GetCloudAlpha ( ) : float
IsActive ( ) : bool
OnLoad ( ) : void
OnTileColor ( Color inColor ) : Color
Reset ( ) : void
Update ( ) : void

Private Methods

Method Description
Activate ( Vector2 position ) : void
Deactivate ( ) : void
GetIntensity ( ) : float
UpdateMoonLordIndex ( ) : bool

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch, float minDepth, float maxDepth ) : void
spriteBatch SpriteBatch
minDepth float
maxDepth float
return void

GetCloudAlpha() public method

public GetCloudAlpha ( ) : float
return float

IsActive() public method

public IsActive ( ) : bool
return bool

OnLoad() public method

public OnLoad ( ) : void
return void

OnTileColor() public method

public OnTileColor ( Color inColor ) : Color
inColor Color
return Color

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void