日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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
    Back to top Generated by DocFX