U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::TileMapObject2D Class Reference

Tile map object. More...

#include </var/dev/u3d/stable/Source/Urho3D/Urho2D/TileMapDefs2D.h>

Inheritance diagram for Urho3D::TileMapObject2D:
[legend]
Collaboration diagram for Urho3D::TileMapObject2D:
[legend]

Public Member Functions

TileMapObjectType2D GetObjectType () const
 
const StringGetName () const
 
const StringGetType () const
 
const Vector2GetPosition () const
 
const Vector2GetSize () const
 
unsigned GetNumPoints () const
 
const Vector2GetPoint (unsigned index) const
 Return point at index (use for script).
 
unsigned GetTileGid () const
 
bool GetTileFlipX () const
 
bool GetTileFlipY () const
 
bool GetTileSwapXY () const
 
Sprite2DGetTileSprite () const
 
bool HasProperty (const String &name) const
 Return has property.
 
const StringGetProperty (const String &name) const
 Return property value.
 
- Public Member Functions inherited from Urho3D::RefCounted
 RefCounted ()
 Construct. Allocate the reference count structure and set an initial self weak reference.
 
virtual ~RefCounted ()
 Destruct. Mark as expired and also delete the reference count structure if no outside weak references exist.
 
 RefCounted (const RefCounted &rhs)=delete
 Prevent copy construction.
 
RefCountedoperator= (const RefCounted &rhs)=delete
 Prevent assignment.
 
void AddRef ()
 
void ReleaseRef ()
 
int Refs () const
 
int WeakRefs () const
 
RefCountRefCountPtr ()
 Return pointer to the reference count structure.
 

Private Attributes

TileMapObjectType2D objectType_ {}
 Object type.
 
String name_
 Name.
 
String type_
 Type.
 
Vector2 position_
 Position.
 
Vector2 size_
 Size (for rectangle and ellipse).
 
Vector< Vector2points_
 Points(for polygon and polyline).
 
unsigned gid_ {}
 Gid (for tile).
 
SharedPtr< Sprite2Dsprite_
 Sprite (for tile).
 
SharedPtr< PropertySet2DpropertySet_
 Property set.
 

Friends

class TmxObjectGroup2D
 

Detailed Description

Tile map object.

Member Function Documentation

◆ GetName()

const String & Urho3D::TileMapObject2D::GetName ( ) const
inline

Return name.

◆ GetNumPoints()

unsigned Urho3D::TileMapObject2D::GetNumPoints ( ) const

Return number of points (use for script).

Here is the caller graph for this function:

◆ GetObjectType()

TileMapObjectType2D Urho3D::TileMapObject2D::GetObjectType ( ) const
inline

Return type.

Here is the caller graph for this function:

◆ GetPosition()

const Vector2 & Urho3D::TileMapObject2D::GetPosition ( ) const
inline

Return position.

Here is the caller graph for this function:

◆ GetSize()

const Vector2 & Urho3D::TileMapObject2D::GetSize ( ) const
inline

Return size (for rectangle and ellipse).

◆ GetTileFlipX()

bool Urho3D::TileMapObject2D::GetTileFlipX ( ) const
inline

Return tile flip X.

Here is the caller graph for this function:

◆ GetTileFlipY()

bool Urho3D::TileMapObject2D::GetTileFlipY ( ) const
inline

Return tile flip Y.

◆ GetTileGid()

unsigned Urho3D::TileMapObject2D::GetTileGid ( ) const
inline

Return tile Gid.

Here is the caller graph for this function:

◆ GetTileSprite()

Sprite2D * Urho3D::TileMapObject2D::GetTileSprite ( ) const

Return tile sprite.

Here is the caller graph for this function:

◆ GetTileSwapXY()

bool Urho3D::TileMapObject2D::GetTileSwapXY ( ) const
inline

Return tile swap X and Y.

◆ GetType()

const String & Urho3D::TileMapObject2D::GetType ( ) const
inline

Return type.


The documentation for this class was generated from the following files: