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

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

    Show / Hide Table of Contents

    Class PanZoomTexture

    This script allows to scroll a texture both horizontally and vertically.

    Inheritance
    Object
    PanZoomBase
    PanZoomBaseTexture
    PanZoomTexture
    Implements
    IMixedRealityPointerHandler
    IMixedRealityFocusHandler
    IMixedRealitySourceStateHandler
    IMixedRealityHandJointHandler
    Inherited Members
    PanZoomBaseTexture.textureRenderer
    PanZoomBaseTexture.TextureShaderProperty
    PanZoomBaseTexture.Initialize()
    PanZoomBaseTexture.Initialize(Single)
    PanZoomBaseTexture.ComputePanSpeed(Single, Single, Single)
    PanZoomBaseTexture.UpdatePanZoom()
    PanZoomBaseTexture.ZoomDir(Boolean)
    PanZoomBaseTexture.ZoomIn()
    PanZoomBaseTexture.ZoomOut()
    PanZoomBaseTexture.UpdateCursorPosInHitBox()
    PanZoomBase.cursorPos
    PanZoomBase.scale
    PanZoomBase.offset
    PanZoomBase.offsetRate_Zoom
    PanZoomBase.offsetRate_Pan
    PanZoomBase.limitPanning
    PanZoomBase.myEyeTarget
    PanZoomBase.zoomSpeed
    PanZoomBase.zoomDir
    PanZoomBase.dynaZoomInvert
    PanZoomBase.originalRatio
    PanZoomBase.originalPivot
    PanZoomBase.originalScale
    PanZoomBase.originalOffset
    PanZoomBase.EyeSaccadeProvider
    PanZoomBase.AutoPan()
    PanZoomBase.PanHorizontally(Single)
    PanZoomBase.PanVertically(Single)
    PanZoomBase.EnableHandZoom()
    PanZoomBase.DisableHandZoom()
    PanZoomBase.ZoomInStart()
    PanZoomBase.ZoomOutStart()
    PanZoomBase.ZoomStop()
    PanZoomBase.ResetNormFixator()
    PanZoomBase.IncrementNormFixator()
    PanZoomBase.MyCollider
    PanZoomBase.LimitScaling(Vector2)
    PanZoomBase.ZoomIn_Timed()
    PanZoomBase.ZoomOut_Timed()
    PanZoomBase.StartFocusing()
    PanZoomBase.StopFocusing()
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking
    Assembly: cs.temp.dll.dll
    Syntax
    public class PanZoomTexture : PanZoomBaseTexture, IMixedRealityPointerHandler, IMixedRealityFocusHandler, IMixedRealitySourceStateHandler, IMixedRealityHandJointHandler

    Methods

    Start()

    Declaration
    protected override void Start()
    Overrides
    PanZoomBase.Start()

    Update()

    Declaration
    protected override void Update()
    Overrides
    PanZoomBase.Update()

    Implements

    IMixedRealityPointerHandler
    IMixedRealityFocusHandler
    IMixedRealitySourceStateHandler
    IMixedRealityHandJointHandler
    Back to top Generated by DocFX