C# 클래스 GameEntities.Darkness

상속: MapGeneralObject
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClearMapPosition ( float x, float y, int type ) : void
Darkness ( ) : System
cover ( ) : void

보호된 메소드들

메소드 설명
OnDestroy ( ) : void

Overridden from Engine.EntitySystem.Entity.OnDestroy().

OnPostCreate ( bool loaded ) : void

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).

메소드 상세

ClearMapPosition() 공개 메소드

public ClearMapPosition ( float x, float y, int type ) : void
x float
y float
type int
리턴 void

Darkness() 공개 메소드

public Darkness ( ) : System
리턴 System

OnDestroy() 보호된 메소드

Overridden from Engine.EntitySystem.Entity.OnDestroy().
protected OnDestroy ( ) : void
리턴 void

OnPostCreate() 보호된 메소드

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
리턴 void

cover() 공개 메소드

public cover ( ) : void
리턴 void