h2d.BatchElement
h2d.BatchElement
Fields
| Name | Type | |
|---|---|---|
x | F64 | |
y | F64 | |
scaleX | F64 | |
scaleY | F64 | |
rotation | F64 | |
r | F64 | |
g | F64 | |
b | F64 | |
a | F64 | |
t | h2d.Tile | |
visible | Bool | |
batch | h2d.SpriteBatch | |
prev | h2d.BatchElement | |
next | h2d.BatchElement |
Protos
f@1161update(h2d.BatchElement, F64) → Boolf@1162remove(h2d.BatchElement) → Void
Bindings
- static
f@1163__constructor__(h2d.BatchElement, h2d.Tile) → Void