C# 클래스 EssenceShared.Entities.Gate

상속: Entity
파일 보기 프로젝트 열기: Insality/essence-of-shadows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TeleportTo Locations

공개 메소드들

메소드 설명
Collision ( Entity other ) : void
Gate ( string id ) : EssenceShared.Entities.Players

메소드 상세

Collision() 공개 메소드

public Collision ( Entity other ) : void
other Entity
리턴 void

Gate() 공개 메소드

public Gate ( string id ) : EssenceShared.Entities.Players
id string
리턴 EssenceShared.Entities.Players

프로퍼티 상세

TeleportTo 공개적으로 프로퍼티

public Locations TeleportTo
리턴 Locations