docs.unity3d.com
    目次を表示する/隠す

    Interface INativeDisposable

    For scheduling release of unmanaged resources.

    Namespace: Unity.Collections
    Syntax
    public interface INativeDisposable : IDisposable

    Methods

    Dispose(JobHandle)

    Creates and schedules a job that will release all resources (memory and safety handles) of this collection.

    Declaration
    JobHandle Dispose(JobHandle inputDeps)
    Parameters
    Type Name Description
    JobHandle inputDeps

    A job handle which the newly scheduled job will depend upon.

    Returns
    Type Description
    JobHandle

    The handle of a new job that will release all resources (memory and safety handles) of this collection.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)