TMXObjectGroup represents the TMX object group.
More...
#include <CCTMXObjectGroup.h>
TMXObjectGroup represents the TMX object group.
- Since
- v0.99.0
const std::string& getGroupName |
( |
) | |
|
|
inline |
ValueMap getObject |
( |
const std::string & |
objectName) | |
const |
return the dictionary for the specific object name.
It will return the 1st object found on the array for the given name.
var getObject |
( |
var |
objectName) | |
|
return the dictionary for the specific object name.
It will return the 1st object found on the array for the given name.
local getObject |
( |
local |
objectName) | |
|
return the dictionary for the specific object name.
It will return the 1st object found on the array for the given name.
Gets the array of the objects.
Gets the array of the objects.
Gets the array of the objects.
const Point& getPositionOffset |
( |
) | |
const |
|
inline |
Gets the offset position of child objects.
var getPositionOffset |
( |
) | |
|
|
inline |
Gets the offset position of child objects.
local getPositionOffset |
( |
) | |
|
|
inline |
Gets the offset position of child objects.
Gets the list of properties stored in a dictionary.
Gets the list of properties stored in a dictionary.
Gets the list of properties stored in a dictionary.
Value getProperty |
( |
const std::string & |
propertyName) | |
const |
return the value for the specific property name
var getProperty |
( |
var |
propertyName) | |
|
return the value for the specific property name
local getProperty |
( |
local |
propertyName) | |
|
return the value for the specific property name
var objectNamed |
( |
var |
objectName) | |
|
|
inline |
local objectNamed |
( |
local |
objectName) | |
|
|
inline |
var propertyNamed |
( |
var |
propertyName) | |
|
|
inline |
local propertyNamed |
( |
local |
propertyName) | |
|
|
inline |
void setGroupName |
( |
const std::string & |
groupName) | |
|
|
inline |
var setGroupName |
( |
var |
groupName) | |
|
|
inline |
local setGroupName |
( |
local |
groupName) | |
|
|
inline |
Sets the array of the objects.
var setObjects |
( |
var |
objects) | |
|
|
inline |
Sets the array of the objects.
local setObjects |
( |
local |
objects) | |
|
|
inline |
Sets the array of the objects.
void setPositionOffset |
( |
const Point & |
offset) | |
|
|
inline |
Sets the offset position of child objects.
var setPositionOffset |
( |
var |
offset) | |
|
|
inline |
Sets the offset position of child objects.
local setPositionOffset |
( |
local |
offset) | |
|
|
inline |
Sets the offset position of child objects.
void setProperties |
( |
const ValueMap & |
properties) | |
|
|
inline |
Sets the list of properties.
var setProperties |
( |
var |
properties) | |
|
|
inline |
Sets the list of properties.
local setProperties |
( |
local |
properties) | |
|
|
inline |
Sets the list of properties.
offset position of child objects
offset position of child objects
offset position of child objects
list of properties stored in a dictionary
list of properties stored in a dictionary
list of properties stored in a dictionary
The documentation for this class was generated from the following file: