Skip to content h3d.anim.Animation
Fields
| Name | Type |
|---|
| name | String |
| frameCount | I32 |
| sampling | F64 |
| frame | F64 |
| speed | F64 |
| onAnimEnd | Fun |
| onEvent | Fun |
| pause | Bool |
| loop | Bool |
| events | hl.types.ArrayObj |
| isInstance | Bool |
| objects | hl.types.ArrayObj |
| lastEvent | I32 |
| “ | Virtual[] |
Protos
f@6242 getPropValue(h3d.anim.Animation, String, String) → Null
f@6243 sync(h3d.anim.Animation, Ref) → Void
f@6244 isPlaying(h3d.anim.Animation) → Bool
f@6245 endFrame(h3d.anim.Animation) → I32
f@6246 update(h3d.anim.Animation, F64) → F64
Bindings
- static
f@6247 __constructor__(h3d.anim.Animation, String, I32, F64) → Void