terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.Dust Class Reference
+ Collaboration diagram for Terraria.Dust:

Public Member Functions

void GetAlpha (ref Color newColor)
 
Color GetAlpha (Color newColor)
 
void GetColor (ref Color newColor)
 
float GetVisualRotation ()
 
float GetVisualScale ()
 
 Dust ()
 

Static Public Member Functions

static void Reset ()
 
static Dust NewDustPerfect (Vector2 Position, int Type, Vector2? Velocity=null, int Alpha=0, Color newColor=default(Color), float Scale=1f)
 
static Dust NewDustDirect (Vector2 Position, int Width, int Height, int Type, float SpeedX=0f, float SpeedY=0f, int Alpha=0, Color newColor=default(Color), float Scale=1f)
 
static int NewDust (Vector2 Position, int Width, int Height, int Type, float SpeedX=0f, float SpeedY=0f, int Alpha=0, Color newColor=default(Color), float Scale=1f)
 
static Dust CloneDust (int dustIndex)
 
static Dust CloneDust (Dust rf)
 
static void SetNotActive (Dust dust)
 
static Dust QuickDust (int x, int y, Color color)
 
static Dust QuickDust (Point tileCoords, Color color)
 
static void QuickBox (Vector2 topLeft, Vector2 bottomRight, int divisions, Color color, Action< Dust > manipulator)
 
static void DrawDebugBox (Rectangle itemRectangle)
 
static Dust QuickDust (Vector2 pos, Color color)
 
static Dust QuickDustSmall (Vector2 pos, Color color, bool floorPositionValues=false)
 
static void QuickDustLine (Vector2 start, Vector2 end, float splits, Color color)
 
static int dustWater ()
 
static void UpdateDust ()
 
static void InitAlphaTable ()
 

Public Attributes

int dustIndex
 
Vector2 position
 
Vector2 velocity
 
float fadeIn
 
bool noGravity
 
float scale
 
float rotation
 
bool noLight
 
bool noLightEmittence
 
bool active
 
int type
 
Color color
 
int alpha
 
Rectangle frame
 
ArmorShaderData shader
 
object customData
 
bool firstFrame
 

Static Public Attributes

static int activeDustCount
 
static Dust[] freeDust
 
static int freeDustCount
 
static float dCount
 
static int lavaBubbles
 
static int SandStormCount
 

Static Private Member Functions

static void SetupAlpha (short id, Color value)
 
static Dust ()
 

Static Private Attributes

static bool[] StaticAlpha
 
static Color[] StaticAlphaValue
 

Detailed Description

Definition at line 29 of file Dust.cs.


The documentation for this class was generated from the following file: