C# Class DungeonMasterEngine.DungeonContent.Tiles.Teleport

Inheritance: Floor, ILevelConnector
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
OnObjectEntered ( IItem item ) : void
Teleport ( Microsoft.Xna.Framework.Vector3 position, int targetMapIndex, Point targetGridPosition, MapDirection direction, bool teleportOpen, bool teleportVisible, IConstrain scopeConstrain ) : System.Linq

Private Methods

Méthode Description
InitializeGraphics ( bool reinit = false ) : void
TeleportItem ( IItem obj ) : void

Method Details

OnObjectEntered() public méthode

public OnObjectEntered ( IItem item ) : void
item IItem
Résultat void

Teleport() public méthode

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
Résultat System.Linq