Свойство | Тип | Описание | |
---|---|---|---|
active | bool | ||
alpha | int | ||
color | Color | ||
customData | object | ||
dCount | float | ||
fadeIn | float | ||
firstFrame | bool | ||
frame | |||
lavaBubbles | int | ||
noGravity | bool | ||
noLight | bool | ||
position | Vector2 | ||
rotation | float | ||
scale | float | ||
shader | ArmorShaderData | ||
type | int | ||
velocity | Vector2 |
Метод | Описание | |
---|---|---|
CloneDust ( |
||
CloneDust ( int dustIndex ) : |
||
GetAlpha ( Color newColor ) : Color | ||
GetColor ( Color newColor ) : Color | ||
NewDust ( Vector2 Position, int Width, int Height, int Type, float SpeedX = 0.0f, float SpeedY = 0.0f, int Alpha, Color newColor = default(Color), float Scale = 1f ) : int | ||
QuickDust ( Point tileCoords, Color color ) : |
||
QuickDust ( Vector2 pos, Color color ) : |
||
QuickDustLine ( Vector2 start, Vector2 end, float splits, Color color ) : void | ||
UpdateDust ( ) : void | ||
dustWater ( ) : int |
public static CloneDust ( |
||
rf | ||
Результат |
public static CloneDust ( int dustIndex ) : |
||
dustIndex | int | |
Результат |
public GetAlpha ( Color newColor ) : Color | ||
newColor | Color | |
Результат | Color |
public GetColor ( Color newColor ) : Color | ||
newColor | Color | |
Результат | Color |
public static NewDust ( Vector2 Position, int Width, int Height, int Type, float SpeedX = 0.0f, float SpeedY = 0.0f, int Alpha, Color newColor = default(Color), float Scale = 1f ) : int | ||
Position | Vector2 | |
Width | int | |
Height | int | |
Type | int | |
SpeedX | float | |
SpeedY | float | |
Alpha | int | |
newColor | Color | |
Scale | float | |
Результат | int |
public static QuickDust ( Point tileCoords, Color color ) : |
||
tileCoords | Point | |
color | Color | |
Результат |
public static QuickDust ( Vector2 pos, Color color ) : |
||
pos | Vector2 | |
color | Color | |
Результат |
public static QuickDustLine ( Vector2 start, Vector2 end, float splits, Color color ) : void | ||
start | Vector2 | |
end | Vector2 | |
splits | float | |
color | Color | |
Результат | void |
public Rectangle,Microsoft.Xna.Framework frame | ||
Результат |