C# 클래스 DungeonMasterEngine.DungeonContent.Tiles.Teleport

상속: Floor, ILevelConnector
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
OnObjectEntered ( IItem item ) : void
Teleport ( Microsoft.Xna.Framework.Vector3 position, int targetMapIndex, Point targetGridPosition, MapDirection direction, bool teleportOpen, bool teleportVisible, IConstrain scopeConstrain ) : System.Linq

비공개 메소드들

메소드 설명
InitializeGraphics ( bool reinit = false ) : void
TeleportItem ( IItem obj ) : void

메소드 상세

OnObjectEntered() 공개 메소드

public OnObjectEntered ( IItem item ) : void
item IItem
리턴 void

Teleport() 공개 메소드

public Teleport ( Microsoft.Xna.Framework.Vector3 position, int targetMapIndex, Point targetGridPosition, MapDirection direction, bool teleportOpen, bool teleportVisible, IConstrain scopeConstrain ) : System.Linq
position Microsoft.Xna.Framework.Vector3
targetMapIndex int
targetGridPosition Microsoft.Xna.Framework.Point
direction MapDirection
teleportOpen bool
teleportVisible bool
scopeConstrain IConstrain
리턴 System.Linq