h2d.SpriteBatch
h2d.SpriteBatch
Inherits from: h2d.Drawable
Fields
| Name | Type | |
|---|---|---|
tile | h2d.Tile | |
hasRotationScale | Bool | |
hasUpdate | Bool | |
first | h2d.BatchElement | |
last | h2d.BatchElement | |
tmpBuf | hl.types.ArrayBytes_Single | |
buffer | h3d.Buffer | |
bufferVertices | I32 |
Protos
f@1410add(h2d.SpriteBatch, h2d.BatchElement, Ref) → h2d.BatchElementf@1411alloc(h2d.SpriteBatch, h2d.Tile) → h2d.BatchElementf@1412delete(h2d.SpriteBatch, h2d.BatchElement) → Voidf@1413sync(h2d.SpriteBatch, h2d.RenderContext) → Voidf@1414getBoundsRec(h2d.SpriteBatch, h2d.Object, h2d.col.Bounds, Bool) → Voidf@1415flush(h2d.SpriteBatch) → Voidf@1416draw(h2d.SpriteBatch, h2d.RenderContext) → Voidf@1417drawWith(h2d.SpriteBatch, h2d.RenderContext, h2d.Drawable) → Voidf@1418onRemove(h2d.SpriteBatch) → Void
Bindings
- static
f@1453__constructor__(h2d.SpriteBatch, h2d.Tile, h2d.Object) → Void