Skip to content ParallaxLayer
Fields
| Name | Type |
|---|
| scrollX | F64 |
| scrollY | F64 |
| prio | I32 |
| parent | ParallaxBatch |
| first | h2d.BatchElement |
| last | h2d.BatchElement |
| offsetX | F64 |
| offsetY | F64 |
Protos
f@8430 add(ParallaxLayer, ParallaxElement) → ParallaxElement
f@8431 delete(ParallaxLayer, ParallaxElement) → Void
f@8432 alloc(ParallaxLayer, h2d.Tile) → ParallaxElement
f@8433 hfill(ParallaxLayer, hl.types.ArrayObj, F64, Null, Null, Null, Fun, Fun) → Void
f@8434 vfill(ParallaxLayer, hl.types.ArrayObj, F64, Null, Null, Null, Fun, Fun) → Void
f@8435 hfillRand(ParallaxLayer, hl.types.ArrayObj, F64, Null, Null, I32, I32, Fun) → Void
f@8436 update(ParallaxLayer) → Void
Bindings
- static
f@8441 __constructor__(ParallaxLayer, ParallaxBatch, I32) → Void