C# 클래스 Dabrorius.MonoPunk.World

파일 보기 프로젝트 열기: dabrorius/MonoPunk

공개 프로퍼티들

프로퍼티 타입 설명
Active System.Boolean
Camera Vector2

공개 메소드들

메소드 설명
Add ( Entity e ) : Entity
AddGraphic ( Graphic graphic, int layer, int x, int y ) : Entity
Begin ( ) : void
End ( ) : void
LayerCount ( int layer ) : int
Remove ( Entity e ) : Entity
RemoveAll ( ) : void
Render ( ) : void
TypeCount ( String type ) : int
Update ( ) : void
UpdateLists ( ) : void
World ( ) : System

비공개 메소드들

메소드 설명
addRender ( Entity e ) : void
addType ( Entity e ) : void
addUpdate ( Entity e ) : void
removeRender ( Entity e ) : void
removeType ( Entity e ) : void
removeUpdate ( Entity e ) : void

메소드 상세

Add() 공개 메소드

public Add ( Entity e ) : Entity
e Entity
리턴 Entity

AddGraphic() 공개 메소드

public AddGraphic ( Graphic graphic, int layer, int x, int y ) : Entity
graphic Graphic
layer int
x int
y int
리턴 Entity

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

LayerCount() 공개 메소드

public LayerCount ( int layer ) : int
layer int
리턴 int

Remove() 공개 메소드

public Remove ( Entity e ) : Entity
e Entity
리턴 Entity

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

TypeCount() 공개 메소드

public TypeCount ( String type ) : int
type String
리턴 int

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateLists() 공개 메소드

public UpdateLists ( ) : void
리턴 void

World() 공개 메소드

public World ( ) : System
리턴 System

프로퍼티 상세

Active 공개적으로 프로퍼티

public Boolean,System Active
리턴 System.Boolean

Camera 공개적으로 프로퍼티

public Vector2 Camera
리턴 Vector2