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

    Interface IPropertyPreviewer

    Represents an animation preview system. It allows to register properties to prevent Unity from marking Prefabs or the Scene as modified when you preview animations.

    Namespace: Unity.LiveCapture
    Syntax
    public interface IPropertyPreviewer

    Methods

    Register(Component, String)

    Adds a property from a specified Component.

    Declaration
    void Register(Component component, string propertyName)
    Parameters
    Type Name Description
    Component component

    The Component to register the property from.

    String propertyName

    The name of the property to register.

    Register(GameObject, String)

    Adds a property from a specified GameObject.

    Declaration
    void Register(GameObject go, string propertyName)
    Parameters
    Type Name Description
    GameObject go

    The GameObject to register the property from.

    String propertyName

    The name of the property to register.

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