We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class RotationHandles

    Rotation handles for BoundsControl that are used for rotating the Gameobject BoundsControl is attached to with near or far interaction

    Inheritance
    Object
    HandlesBase
    PerAxisHandles
    RotationHandles
    Implements
    IProximityEffectObjectProvider
    Inherited Members
    PerAxisHandles.BaseConfig
    PerAxisHandles.config
    PerAxisHandles.HandlePositions
    PerAxisHandles.UpdateHandles()
    PerAxisHandles.RecreateVisuals()
    PerAxisHandles.UpdateColliderBounds(Transform, Vector3)
    PerAxisHandles.GetVisual(Transform)
    PerAxisHandles.IsActive
    HandlesBase.visualsName
    HandlesBase.UpdateColliderBounds()
    HandlesBase.ResetHandles()
    HandlesBase.handles
    HandlesBase.IProximityEffectObjectProvider.ProximityObjectsChanged
    HandlesBase.objectsChangedEvent
    HandlesBase.Handles
    HandlesBase.UpdateBaseMaterial()
    HandlesBase.UpdateGrabbedMaterial()
    HandlesBase.ForEachProximityObject(Action<Transform>)
    HandlesBase.GetBaseMaterial()
    HandlesBase.GetHighlightedMaterial()
    HandlesBase.GetObjectSize()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.UI.BoundsControl
    Assembly: cs.temp.dll.dll
    Syntax
    public class RotationHandles : PerAxisHandles, IProximityEffectObjectProvider

    Properties

    HandlePositionDescription

    This description is used as the name (followed by an index) for the handle gameobject. Can be used to search the rigroot tree to find a specific handle by name

    Declaration
    protected override string HandlePositionDescription { get; }
    Property Value
    Type Description
    String
    Overrides
    PerAxisHandles.HandlePositionDescription

    Methods

    GetRotationRealignment(Int32)

    Provide the rotation alignment for a handle. This method will be called when creating the handles.

    Declaration
    protected override Quaternion GetRotationRealignment(int handleIndex)
    Parameters
    Type Name Description
    Int32 handleIndex

    Index of the handle the rotation alignment is provided for.

    Returns
    Type Description
    Quaternion
    Overrides
    PerAxisHandles.GetRotationRealignment(Int32)

    Implements

    IProximityEffectObjectProvider
    In This Article
    Back to top Generated by DocFX