C# 클래스 GameEntities.Switch

Base class for defines the user switches. (Booleans and quantitatives).
상속: Dynamic
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
OnPostCreate ( bool loaded ) : void

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

OnValueChange ( ) : void

메소드 상세

OnPostCreate() 보호된 메소드

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

OnValueChange() 보호된 메소드

protected OnValueChange ( ) : void
리턴 void