C# 클래스 Knot3.Framework.Models.Sun

상속: GamePrimitive
파일 보기 프로젝트 열기: knot3/knot3-code 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Sun ( IScreen screen ) : System
Update ( GameTime gameTime ) : void

보호된 메소드들

메소드 설명
CreativePrimitive ( ) : Primitive

메소드 상세

CreativePrimitive() 보호된 메소드

protected CreativePrimitive ( ) : Primitive
리턴 Knot3.Framework.Primitives.Primitive

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

Sun() 공개 메소드

public Sun ( IScreen screen ) : System
screen IScreen
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void