MeshBuilder::AddSurface

Adds another surface to the current mesh builder

Adds a surface to the builder of the mesh.

Signature

class MeshBuilder:
    // Adds another surface to the current mesh builder
    fun addSurface(
        surface: Surface,
    )