Property | Type | Description | |
---|---|---|---|
color | Color | ||
name | string | ||
objects | Nez.Tiled.TiledObject[] | ||
opacity | float | ||
properties | string>.Dictionary | ||
visible | bool |
Method | Description | |
---|---|---|
TiledObjectGroup ( string name, Color color, bool visible, float opacity ) : System | ||
objectWithName ( string name ) : |
gets the first TiledObject with the given name
|
|
objectsWithName ( string name ) : List |
gets all the TiledObjects with the given name
|
public TiledObjectGroup ( string name, Color color, bool visible, float opacity ) : System | ||
name | string | |
color | Color | |
visible | bool | |
opacity | float | |
return | System |
public objectWithName ( string name ) : |
||
name | string | Name. |
return |
public objectsWithName ( string name ) : List |
||
name | string | Name. |
return | List |