cine.KeyframesCinematic
cine.KeyframesCinematic
Inherits from: GameCinematic
Fields
| Name | Type | |
|---|---|---|
kfs | hl.types.ArrayObj | |
cur | I32 | |
repeatId | I32 | |
shake | F64 | |
zoom | F64 | |
zoomWrapper | h2d.Object | |
zoomPt | Virtual[xr, yr] | |
bg | h2d.Graphics | |
mask | h2d.Graphics | |
fxSbAdd | h2d.SpriteBatch | |
fxSbNormal | h2d.SpriteBatch | |
fxPool | libs.heaps.ParticlePool |
Protos
f@14424onDispose(cine.KeyframesCinematic) → Voidf@14425next(cine.KeyframesCinematic) → Voidf@14426onEnd(cine.KeyframesCinematic) → Voidf@14427setZoom(cine.KeyframesCinematic, F64) → Voidf@14428zoomTo(cine.KeyframesCinematic, F64, F64, libs.misc.TType) → Voidf@14429onResize(cine.KeyframesCinematic) → Voidf@14430postUpdate(cine.KeyframesCinematic) → Void
Bindings
- static
f@14423__constructor__(cine.KeyframesCinematic, String, hl.types.ArrayObj) → Void