Struct AtlasChartsPacker::Node
Inherited Members
ShadowsOfMordor::AtlasChartsPacker::Node
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
|