docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAdjustableComponent

    Interface for MARS components that have an adjusting state

    Namespace: Unity.MARS.Authoring
    Assembly: Unity.MARS.Interfaces.dll
    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
    bool

    Events

    AdjustingChanged

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

    Declaration
    event Action<bool> AdjustingChanged
    Event Type
    Type Description
    Action<bool>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)