Property | Type | Description | |
---|---|---|---|
active | bool | ||
alpha | int | ||
behindTiles | bool | ||
frame | byte | ||
frameCounter | byte | ||
goreTime | int | ||
light | float | ||
numFrames | byte | ||
position | Vector2 | ||
rotation | float | ||
scale | float | ||
sticky | bool | ||
timeLeft | int | ||
type | int | ||
velocity | Vector2 |
Method | Description | |
---|---|---|
GetAlpha ( Color newColor ) : Color | ||
NewGore ( Vector2 Position, Vector2 Velocity, int Type, float Scale = 1f ) : int | ||
Update ( ) : void |
public static NewGore ( Vector2 Position, Vector2 Velocity, int Type, float Scale = 1f ) : int | ||
Position | Vector2 | |
Velocity | Vector2 | |
Type | int | |
Scale | float | |
return | int |