CCTMXObjectGroup represents the TMX object group.
More...
#include <CCTMXObjectGroup.h>
CCTMXObjectGroup represents the TMX object group.
- Since
- v0.99.0
const char* getGroupName |
( |
) | |
|
|
inline |
virtual CCArray* getObjects |
( |
void |
) | |
|
|
virtual |
virtual const CCPoint&
getPositionOffset |
( |
void |
) | |
|
|
virtual |
var getPositionOffset |
( |
|
) | |
|
|
virtual |
local getPositionOffset |
( |
|
) | |
|
|
virtual |
return the dictionary for the specific object name.
It will return the 1st object found on the array for the given name.
var objectNamed |
( |
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 objectNamed |
( |
local |
objectName) | |
|
return the dictionary for the specific object name.
It will return the 1st object found on the array for the given name.
CCString* propertyNamed |
( |
const char * |
propertyName) | |
|
return the value for the specific property name
var propertyNamed |
( |
var |
propertyName) | |
|
return the value for the specific property name
local propertyNamed |
( |
local |
propertyName) | |
|
return the value for the specific property name
void setGroupName |
( |
const char * |
groupName) | |
|
|
inline |
var setGroupName |
( |
var |
groupName) | |
|
|
inline |
local setGroupName |
( |
local |
groupName) | |
|
|
inline |
virtual void setObjects |
( |
CCArray * |
var) | |
|
|
virtual |
var setObjects |
( |
var |
var) | |
|
|
virtual |
local setObjects |
( |
local |
var) | |
|
|
virtual |
virtual void setPositionOffset |
( |
const CCPoint & |
var) | |
|
|
virtual |
var setPositionOffset |
( |
var |
var) | |
|
|
virtual |
local setPositionOffset |
( |
local |
var) | |
|
|
virtual |
var setProperties |
( |
var |
var) | |
|
|
virtual |
local setProperties |
( |
local |
var) | |
|
|
virtual |
list of properties stored in a dictionary
list of properties stored in a dictionary
list of properties stored in a dictionary
offset position of child objects
offset position of child objects
offset position of child objects
The documentation for this class was generated from the following file: