Struct FontTextureAtlasSlot
Contains information about single texture atlas slot.
Assembly: FlaxEngine.dll
File: Engine/Render2D/FontTextureAtlas.h
Syntax
public struct FontTextureAtlasSlot : public RectPackNode
Constructors
FontTextureAtlasSlot(Size x, Size y, Size width, Size height)
Declaration
public FontTextureAtlasSlot(Size x, Size y, Size width, Size height)
Parameters
Size
x
|
Size
y
|
Size
width
|
Size
height
|
Methods
OnInsert()
Declaration
public void OnInsert()