C# 클래스 UnityEditor.SceneViewMotion

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ArrowKeys ( SceneView sv ) : void
DoViewTool ( SceneView view ) : void
ResetMotion ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ArrowKeys() 공개 정적인 메소드

public static ArrowKeys ( SceneView sv ) : void
sv SceneView
리턴 void

DoViewTool() 공개 정적인 메소드

public static DoViewTool ( SceneView view ) : void
view SceneView
리턴 void

ResetMotion() 공개 정적인 메소드

public static ResetMotion ( ) : void
리턴 void