C# Class UnityEditor.SceneViewMotion

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ArrowKeys ( SceneView sv ) : void
DoViewTool ( SceneView view ) : void
ResetMotion ( ) : void

Private Methods

Method Description
GetMovementDirection ( ) : Vector3
HandleKeyDown ( SceneView sceneView ) : void
HandleKeyUp ( ) : void
HandleMouseDown ( SceneView view, int id, int button ) : void
HandleMouseDrag ( SceneView view, int id ) : void
HandleMouseUp ( SceneView view, int id, int button, int clickCount ) : void
HandleScrollWheel ( SceneView view, bool zoomTowardsCenter ) : void
OrbitCameraBehavior ( SceneView view ) : void
RaycastWorld ( Vector2 position, RaycastHit &hit ) : bool
ResetDragState ( ) : void

Method Details

ArrowKeys() public static method

public static ArrowKeys ( SceneView sv ) : void
sv SceneView
return void

DoViewTool() public static method

public static DoViewTool ( SceneView view ) : void
view SceneView
return void

ResetMotion() public static method

public static ResetMotion ( ) : void
return void