Search Results for

    Show / Hide Table of Contents

    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

    Declaration
    public Guid Material
    Field Value
    Guid

    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

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