Table of Contents

Class SuperStructureProjector.SingleGlyph

Namespace
Global
Assembly
Assembly-CSharp.dll
public class SuperStructureProjector.SingleGlyph : SuperStructureProjector.Glyph, IDrawable
Inheritance
SuperStructureProjector.SingleGlyph
Implements
Inherited Members

Constructors

SingleGlyph(SuperStructureProjector, IntVector2)

public SingleGlyph(SuperStructureProjector projector, IntVector2 pos)

Parameters

projector SuperStructureProjector
pos IntVector2

Fields

inactive

public bool inactive

Field Value

bool

procreate

public int procreate

Field Value

int

selected

public bool selected

Field Value

bool

Methods

DeActivate()

public void DeActivate()

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

Procreate()

public void Procreate()

Reset(IntVector2)

public void Reset(IntVector2 pos)

Parameters

pos IntVector2

Update(bool)

public override void Update(bool eu)

Parameters

eu bool