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
Field Value
- Color
glyphs
Field Value
- int[]
inverted
Field Value
- bool
lastScale
Field Value
- float
scale
Field Value
- float
setPos
Field Value
- Vector2?
setScale
Field Value
- float?
visibleGlyphs
Field Value
- int
Methods
AddToContainer(SpriteLeaser, RoomCamera, FContainer)
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