Table of Contents

Class SuperStructureProjector.GlyphMatrix

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

Constructors

GlyphMatrix(SuperStructureProjector, IntVector2)

public GlyphMatrix(SuperStructureProjector projector, IntVector2 pos)

Parameters

projector SuperStructureProjector
pos IntVector2

Fields

maxSize

public IntVector2 maxSize

Field Value

IntVector2

size

public IntVector2 size

Field Value

IntVector2

Methods

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