C# 클래스 Sparrow.Display.Stage

상속: DisplayObjectContainer
파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp 1 사용 예제들

공개 메소드들

메소드 설명
HitTestPoint ( Point localPoint ) : DisplayObject
Render ( RenderSupport support ) : void

비공개 메소드들

메소드 설명
AdvanceTime ( float passedTime ) : void
SetDrawableArea ( uint width, uint height ) : void
Stage ( float width, float height ) : Sparrow.Core

Initializes a stage with a certain size in points. Sparrow calls this automatically on startup.

메소드 상세

HitTestPoint() 공개 메소드

public HitTestPoint ( Point localPoint ) : DisplayObject
localPoint Point
리턴 DisplayObject

Render() 공개 메소드

public Render ( RenderSupport support ) : void
support Sparrow.Core.RenderSupport
리턴 void