Class RawData::Slot
Inheritance
RawData::Slot
Namespace: CSG
Assembly: FlaxEngine.dll
File: Engine/CSG/CSGData.h
Syntax
public class Slot
Constructors
Slot(const Guid& material)
Initializes a new instance of the RawData::Slot class.
Declaration
public Slot(const Guid& material)
Parameters
Guid
material
The material. |
Fields
Material
Surfaces
Declaration
public Array<Surface> Surfaces
Field Value
Array<Surface>
|
Methods
AddSurface(float scaleInLightmap, const Rectangle& lightmapUVsBox, const MeshVertex* firstVertex, int32 vertexCount)
Declaration
public void AddSurface(float scaleInLightmap, const Rectangle& lightmapUVsBox, const MeshVertex* firstVertex, int32 vertexCount)
Parameters
float
scaleInLightmap
|
Rectangle
lightmapUVsBox
|
MeshVertex
firstVertex
|
int32
vertexCount
|
IsEmpty()
Declaration
public bool IsEmpty() const
Returns
bool
|