Struct Polygon
Polygon structure
Namespace: CSG
Assembly: FlaxEngine.dll
File: Engine/CSG/Polygon.h
Syntax
public struct Polygon
Constructors
Polygon()
Declaration
public Polygon()
Fields
Bounds
FirstEdgeIndex
Declaration
public int32 FirstEdgeIndex
Field Value
int32
|
Inverted
Declaration
public bool Inverted
Field Value
bool
|
SurfaceIndex
Declaration
public int32 SurfaceIndex
Field Value
int32
|
Visible
Declaration
public bool Visible
Field Value
bool
|