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

    Interface IAdjustableComponent

    Interface for MARS components that have an adjusting state

    Namespace: Unity.MARS.Authoring
    Syntax
    [MovedFrom("Unity.MARS")]
    public interface IAdjustableComponent

    Properties

    Adjusting

    Whether the component is in the adjusting state

    Declaration
    bool Adjusting { get; set; }
    Property Value
    Type Description
    Boolean

    Events

    AdjustingChanged

    Invoked when the adjusting state changes. Passes the new adjusting state.

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