tiled.TmxObject
tiled.TmxObject
Inherits from: tiled.TmxBaseObject
Fields
| Name | Type | |
|---|---|---|
type | String | |
gid | I32 | |
x | F64 | |
y | F64 | |
width | F64 | |
height | F64 | |
rotationDegrees | F64 | |
flipX | Bool | |
flipY | Bool | |
shape | tiled.TmxShape | |
points | hl.types.ArrayObj |
Protos
No protos.
Bindings
- static
f@32668__constructor__(tiled.TmxObject) → Void