Search Results for

    Show / Hide Table of Contents

    Class MeshSurfaceGeneration

    Inheritance
    System.Object
    MeshSurfaceGeneration
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ProjectDawn.Geometry3D
    Assembly: ProjectDawn.Geometry.dll
    Syntax
    public static class MeshSurfaceGeneration

    Methods

    | Improve this Doc View Source

    Box(MeshSurface, Box)

    Creates Box inside mesh surface.

    Declaration
    public static void Box(this MeshSurface surface, Box box)
    Parameters
    Type Name Description
    MeshSurface surface
    Box box
    | Improve this Doc View Source

    Box(MeshSurface, Box, JobHandle)

    Creates Box inside mesh surface.

    Declaration
    public static JobHandle Box(this MeshSurface surface, Box box, JobHandle dependency)
    Parameters
    Type Name Description
    MeshSurface surface
    Box box
    Unity.Jobs.JobHandle dependency
    Returns
    Type Description
    Unity.Jobs.JobHandle
    | Improve this Doc View Source

    Icocapsule(MeshSurface, Capsule, Int32)

    Creates Icocapsule inside mesh surface.

    Declaration
    public static void Icocapsule(this MeshSurface surface, Capsule capsule, int subdivisions)
    Parameters
    Type Name Description
    MeshSurface surface
    Capsule capsule
    System.Int32 subdivisions
    | Improve this Doc View Source

    Icocapsule(MeshSurface, Capsule, Int32, JobHandle)

    Creates Icocapsule inside mesh surface.

    Declaration
    public static JobHandle Icocapsule(this MeshSurface surface, Capsule capsule, int subdivisions, JobHandle dependency)
    Parameters
    Type Name Description
    MeshSurface surface
    Capsule capsule
    System.Int32 subdivisions
    Unity.Jobs.JobHandle dependency
    Returns
    Type Description
    Unity.Jobs.JobHandle
    | Improve this Doc View Source

    Icosahedron(MeshSurface, Sphere)

    Creates Icosahedron inside mesh surface.

    Declaration
    public static void Icosahedron(this MeshSurface surface, Sphere sphere)
    Parameters
    Type Name Description
    MeshSurface surface
    Sphere sphere
    | Improve this Doc View Source

    Icosphere(MeshSurface, Sphere, Int32)

    Creates Icosphere inside mesh surface.

    Declaration
    public static void Icosphere(this MeshSurface surface, Sphere sphere, int subdivisions = 1)
    Parameters
    Type Name Description
    MeshSurface surface
    Sphere sphere
    System.Int32 subdivisions
    | Improve this Doc View Source

    Icosphere(MeshSurface, Sphere, Int32, JobHandle)

    Creates Icosphere inside mesh surface.

    Declaration
    public static JobHandle Icosphere(this MeshSurface surface, Sphere sphere, int subdivisions, JobHandle dependency)
    Parameters
    Type Name Description
    MeshSurface surface
    Sphere sphere
    System.Int32 subdivisions
    Unity.Jobs.JobHandle dependency
    Returns
    Type Description
    Unity.Jobs.JobHandle
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX