BurstTriangulator
v3.8.0
Search Results for

    Show / Hide Table of Contents

    Struct Handle

    A handle that prevents an object from being deallocated by the garbage collector (GC). Call Free() to release the object.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: andywiecko.BurstTriangulator
    Assembly: .dll
    Syntax
    public readonly struct Handle

    Constructors

    Name Description
    Handle(ulong)

    Creates a Handle.

    Methods

    Name Description
    Free()

    Releases the handle, allowing the object to be collected by the garbage collector.

    See Also

    AsNativeArray<T>(T[], out Handle)
    In this article
    Back to top Generated by DocFX | Documentation © 2024 by Andrzej Więckowski is licensed under CC BY 4.0