프로퍼티 | 타입 | 설명 | |
---|---|---|---|
color | Color | ||
name | string | ||
objects | Nez.Tiled.TiledObject[] | ||
opacity | float | ||
properties | string>.Dictionary | ||
visible | bool |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public objectWithName ( string name ) : |
||
name | string | Name. |
리턴 |