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

    Class FaceMapperCache

    A class used to store data needed for specific mapper implementations in a FaceActor.

    Inheritance
    Object
    FaceMapperCache
    Namespace: Unity.LiveCapture.ARKitFaceCapture
    Syntax
    public abstract class FaceMapperCache : IDisposable
    Remarks

    The cache can be used to store references to transforms and renderers on an actor, preventing the need to constantly reacquire the references in the mapper.

    Properties

    Disposed

    Has this cache been disposed.

    Declaration
    public bool Disposed { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Dispose()

    Disposes the cache.

    Declaration
    public void Dispose()

    Finalize()

    The finalizer that attempts to dispose the cache if it is not properly disposed.

    Declaration
    protected void Finalize()

    OnDispose(Boolean)

    Frees the resources held by the cache.

    Declaration
    protected virtual void OnDispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    True when dispose was called; false when invoked by the finalizer.

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