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

    Class SpatialUIView

    Mandates that derived classes implement core SpatialUI implementation The SpatialMenu is the first robust implementation, SpatialContextUI is planned to derive from core

    Inheritance
    Object
    SpatialUIView
    Namespace: UnityEditor.Experimental.EditorVR.Menus
    Syntax
    public abstract class SpatialUIView : MonoBehaviour, IUsesControlHaptics, IFunctionalitySubscriber<IProvidesControlHaptics>, INodeToRay

    Fields

    m_HighlightUIElementPulse

    Declaration
    protected HapticPulse m_HighlightUIElementPulse
    Field Value
    Type Description
    HapticPulse

    m_SustainedHoverUIElementPulse

    Declaration
    protected HapticPulse m_SustainedHoverUIElementPulse
    Field Value
    Type Description
    HapticPulse

    Extension Methods

    INodeToRayMethods.RequestRayOriginFromNode(INodeToRay, Node)
    UsesControlHapticsMethods.Pulse(IUsesControlHaptics, Node, HapticPulse, Single, Single)
    UsesControlHapticsMethods.StopPulses(IUsesControlHaptics, Node)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX