C# 클래스 RagePixel2.CreateSpriteHandler

상속: IRagePixelMode
파일 보기 프로젝트 열기: JuhaKiili/RagePixel2

Private Properties

프로퍼티 타입 설명
CreateSprite void
DrawMarquee void
DrawSizeLabel void

공개 메소드들

메소드 설명
AllowPickingDefaultBehaviour ( ) : bool
OnMouseDown ( RagePixelState state ) : void
OnMouseDrag ( RagePixelState state ) : void
OnMouseMove ( RagePixelState state ) : void
OnMouseUp ( RagePixelState state ) : void
OnRepaint ( RagePixelState state ) : void
OnSceneGUI ( RagePixelState state ) : void

비공개 메소드들

메소드 설명
CreateSprite ( ) : void
DrawMarquee ( ) : void
DrawSizeLabel ( ) : void

메소드 상세

AllowPickingDefaultBehaviour() 공개 메소드

public AllowPickingDefaultBehaviour ( ) : bool
리턴 bool

OnMouseDown() 공개 메소드

public OnMouseDown ( RagePixelState state ) : void
state RagePixelState
리턴 void

OnMouseDrag() 공개 메소드

public OnMouseDrag ( RagePixelState state ) : void
state RagePixelState
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( RagePixelState state ) : void
state RagePixelState
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( RagePixelState state ) : void
state RagePixelState
리턴 void

OnRepaint() 공개 메소드

public OnRepaint ( RagePixelState state ) : void
state RagePixelState
리턴 void

OnSceneGUI() 공개 메소드

public OnSceneGUI ( RagePixelState state ) : void
state RagePixelState
리턴 void