Search Results for

    Show / Hide Table of Contents

    Struct FontTextureAtlasSlot

    Contains information about single texture atlas slot.

    Inherited Members
    RectPackNode::Height
    RectPackNode::RectPackNode(Size x, Size y, Size width, Size height)
    FontTextureAtlasSlot
    RectPackNode::Width
    RectPackNode::X
    RectPackNode::Y
    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()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat