Table of Contents

Class GlyphLabel

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

Constructors

GlyphLabel(Vector2, int[])

public GlyphLabel(Vector2 pos, int[] glyphs)

Parameters

pos Vector2
glyphs int[]

Fields

color

public Color color

Field Value

Color

glyphs

public int[] glyphs

Field Value

int[]

inverted

public bool inverted

Field Value

bool

lastScale

public float lastScale

Field Value

float

scale

public float scale

Field Value

float

setPos

public Vector2? setPos

Field Value

Vector2?

setScale

public float? setScale

Field Value

float?

visibleGlyphs

public int visibleGlyphs

Field Value

int

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

RandomString(int, int, bool)

public static int[] RandomString(int length, int seed, bool cyrillic)

Parameters

length int
seed int
cyrillic bool

Returns

int[]

RandomString(int, int, int, bool)

public static int[] RandomString(int minLength, int maxLength, int seed, bool cyrillic)

Parameters

minLength int
maxLength int
seed int
cyrillic bool

Returns

int[]

Update(bool)

public override void Update(bool eu)

Parameters

eu bool