Interface IUsesDirectSelection | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface IUsesDirectSelection

    Gives decorated class access to direct selection

    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public interface IUsesDirectSelection : IFunctionalitySubscriber<IProvidesDirectSelection>

    Extension Methods

    UsesDirectSelectionMethods.GetDirectSelection(IUsesDirectSelection)
    UsesDirectSelectionMethods.ResetDirectSelectionState(IUsesDirectSelection)
    UsesDirectSelectionMethods.SubscribeToResetDirectSelectionState(IUsesDirectSelection, Action)
    UsesDirectSelectionMethods.UnsubscribeFromResetDirectSelectionState(IUsesDirectSelection, Action)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX