LevelTileType EnumerationDelta Engine Documentation
Basic tile types for , can be extended or replaced by each game. LevelView code on GitHub

Namespace: DeltaEngine.GameLogic
Assembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public enum LevelTileType
Members

  Member nameValueDescription
Nothing0
Blocked1
Placeable2
BlockedPlaceable3
Red4
Green5
Blue6
Yellow7
Brown8
LightBlue9
Gray10
SpawnPoint11
ExitPoint12
NoSelection13
See Also