Search Results for

    Show / Hide Table of Contents

    Struct AtlasChartsPacker::Node

    Inherited Members
    RectPackNode::Height
    RectPackNode::RectPackNode(Size x, Size y, Size width, Size height)
    ShadowsOfMordor::AtlasChartsPacker::Node
    RectPackNode::Width
    RectPackNode::X
    RectPackNode::Y
    Namespace: ShadowsOfMordor
    Assembly: FlaxEngine.dll
    File: Engine/ShadowsOfMordor/AtlasChartsPacker.h
    Syntax
    public struct Node : public RectPackNode

    Constructors

    Node(Size x, Size y, Size width, Size height)

    Declaration
    public Node(Size x, Size y, Size width, Size height)
    Parameters
    Size x

    Size y

    Size width

    Size height

    Fields

    Chart

    Declaration
    public Builder::LightmapUVsChart* Chart = nullptr
    Field Value
    Builder::LightmapUVsChart

    Methods

    OnInsert(Builder::LightmapUVsChart* chart, const LightmapSettings* settings)

    Declaration
    public void OnInsert(Builder::LightmapUVsChart* chart, const LightmapSettings* settings)
    Parameters
    Builder::LightmapUVsChart chart

    LightmapSettings settings

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat