Table of Contents

Class VoidSpawn

Namespace
Global
Assembly
Assembly-CSharp.dll
public class VoidSpawn : PhysicalObject
Inheritance
VoidSpawn
Inherited Members

Constructors

VoidSpawn(AbstractPhysicalObject, float, bool)

public VoidSpawn(AbstractPhysicalObject abstractPhysicalObject, float voidMeltInRoom, bool dayLightMode)

Parameters

abstractPhysicalObject AbstractPhysicalObject
voidMeltInRoom float
dayLightMode bool

Fields

behavior

public VoidSpawn.Behavior behavior

Field Value

VoidSpawn.Behavior

canBeDestroyed

public bool canBeDestroyed

Field Value

bool

consious

public bool consious

Field Value

bool

culled

public bool culled

Field Value

bool

dayLightMode

public bool dayLightMode

Field Value

bool

egg

public VoidSpawnEgg egg

Field Value

VoidSpawnEgg

fade

public float fade

Field Value

float

inEggMode

public float inEggMode

Field Value

float

lastCulled

public bool lastCulled

Field Value

bool

lastFade

public float lastFade

Field Value

float

mainBody

public BodyChunk[] mainBody

Field Value

BodyChunk[]

sizeFac

public float sizeFac

Field Value

float

swimCycle

public float swimCycle

Field Value

float

swimSpeed

public float swimSpeed

Field Value

float

voidMeltInRoom

public float voidMeltInRoom

Field Value

float

Methods

GenerateBody()

public void GenerateBody()

InitiateGraphicsModule()

public override void InitiateGraphicsModule()

PlaceInRoom(Room)

public override void PlaceInRoom(Room placeRoom)

Parameters

placeRoom Room

Update(bool)

public override void Update(bool eu)

Parameters

eu bool