C# 클래스 Stage, NanoGUI

상속: Datas
파일 보기 프로젝트 열기: hxflyer/NanoGUI 1 사용 예제들

공개 메소드들

메소드 설명
Stage ( ) : System.Collections
addChild ( DisplayObject child ) : void
addChildAt ( int index, DisplayObject child ) : void
cleanMousePosition ( ) : void
render ( ) : void
updateBoundRect ( ) : void
updateMousePosition ( Vector2 mousePos, Vector2 deltaPos ) : void
updateTouches ( Touch touchs ) : void
updateTransform ( ) : void
updateTransformInTree ( ) : void

메소드 상세

Stage() 공개 메소드

public Stage ( ) : System.Collections
리턴 System.Collections

addChild() 공개 메소드

public addChild ( DisplayObject child ) : void
child DisplayObject
리턴 void

addChildAt() 공개 메소드

public addChildAt ( int index, DisplayObject child ) : void
index int
child DisplayObject
리턴 void

cleanMousePosition() 공개 메소드

public cleanMousePosition ( ) : void
리턴 void

render() 공개 메소드

public render ( ) : void
리턴 void

updateBoundRect() 공개 메소드

public updateBoundRect ( ) : void
리턴 void

updateMousePosition() 공개 메소드

public updateMousePosition ( Vector2 mousePos, Vector2 deltaPos ) : void
mousePos Vector2
deltaPos Vector2
리턴 void

updateTouches() 공개 메소드

public updateTouches ( Touch touchs ) : void
touchs Touch
리턴 void

updateTransform() 공개 메소드

public updateTransform ( ) : void
리턴 void

updateTransformInTree() 공개 메소드

public updateTransformInTree ( ) : void
리턴 void