Table of Contents

Class SporeCloud

Namespace
Global
Assembly
Assembly-CSharp.dll
public class SporeCloud : CosmeticSprite, IDrawable, IRunDuringDialog
Inheritance
SporeCloud
Implements
Inherited Members

Constructors

SporeCloud(Vector2, Vector2, Color, float, AbstractCreature, int, InsectCoordinator)

public SporeCloud(Vector2 pos, Vector2 vel, Color color, float size, AbstractCreature killTag, int checkInsectsDelay, InsectCoordinator smallInsects)

Parameters

pos Vector2
vel Vector2
color Color
size float
killTag AbstractCreature
checkInsectsDelay int
smallInsects InsectCoordinator

Fields

checkInsectsDelay

public int checkInsectsDelay

Field Value

int

color

public Color color

Field Value

Color

getToPos

public Vector2 getToPos

Field Value

Vector2

killTag

public AbstractCreature killTag

Field Value

AbstractCreature

lastLife

public float lastLife

Field Value

float

lastRotation

public float lastRotation

Field Value

float

life

public float life

Field Value

float

lifeTime

public float lifeTime

Field Value

float

nonToxic

public bool nonToxic

Field Value

bool

rad

public float rad

Field Value

float

rotVel

public float rotVel

Field Value

float

rotation

public float rotation

Field Value

float

smallInsects

public InsectCoordinator smallInsects

Field Value

InsectCoordinator

Methods

public override void AddToContainer(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, FContainer newContatiner)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
newContatiner FContainer

ApplyPalette(SpriteLeaser, RoomCamera, RoomPalette)

public override void ApplyPalette(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, RoomPalette palette)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
palette RoomPalette

DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)

public override void DrawSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, float timeStacker, Vector2 camPos)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
timeStacker float
camPos Vector2

InitiateSprites(SpriteLeaser, RoomCamera)

public override void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera

Update(bool)

public override void Update(bool eu)

Parameters

eu bool