Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override Color | GetColor (Color backgroundColor) |
override Vector2 | GetDrawPosition () |
override void | Update (int frameCount) |
virtual void | Draw (SpriteBatch spriteBatch, float depthScale, float minDepth, float maxDepth) |
void | CommonDraw (SpriteBatch spriteBatch, float depthScale, float minDepth, float maxDepth) |
Public Attributes | |
Vector2 | Position |
Asset< Texture2D > | Texture |
SpriteFrame | Frame |
float | Depth |
SpriteEffects | Effects |
bool | IsActive = true |
float | Rotation |
Protected Member Functions | |
void | NextFrame () |
void | SetPositionInWorldBasedOnScreenSpace (Vector2 actualWorldSpace) |
Package Functions | |
Vector2 | GetDrawPositionByDepth () |
float | Helper_GetOpacityWithAccountingForOceanWaterLine () |
Properties | |
Rectangle | SourceRectangle [get] |
Definition at line 1076 of file AmbientSky.cs.