TileMapDefs2D.h File Reference
#include "../Container/RefCounted.h"
#include "../Urho2D/Sprite2D.h"

Classes

struct  Urho3D::TileMapInfo2D
 
class  Urho3D::PropertySet2D
 Property set. More...
 
class  Urho3D::Tile2D
 Tile define. More...
 
class  Urho3D::TileMapObject2D
 Tile map object. More...
 

Variables

static const unsigned  Urho3D::FLIP_HORIZONTAL = 0x80000000u
 Tile flipping flags.
 
static const unsigned Urho3D::FLIP_VERTICAL = 0x40000000u
 
static const unsigned Urho3D::FLIP_DIAGONAL = 0x20000000u
 
static const unsigned Urho3D::FLIP_RESERVED = 0x10000000u
 
static const unsigned Urho3D::FLIP_ALL = FLIP_HORIZONTAL | FLIP_VERTICAL | FLIP_DIAGONAL | FLIP_RESERVED
 

Enumeration Type Documentation

◆ Orientation2D

Orientation.

Enumerator
O_ORTHOGONAL 

Orthogonal.

O_ISOMETRIC 

Isometric.

O_STAGGERED 

Staggered.

O_HEXAGONAL 

Hexagonal.

◆ TileMapLayerType2D

Tile map layer type.

Enumerator
LT_TILE_LAYER 

Tile layer.

LT_OBJECT_GROUP 

Object group.

LT_IMAGE_LAYER 

Image layer.

LT_INVALID 

Invalid.

◆ TileMapObjectType2D

Tile map object type.

Enumerator
OT_RECTANGLE 

Rectangle.

OT_ELLIPSE 

Ellipse.

OT_POLYGON 

Polygon.

OT_POLYLINE 

Polyline.

OT_TILE 

Tile.

OT_INVALID 

Invalid.