tool.mv.MvFly
tool.mv.MvFly
Inherits from: tool.AutoMove
Fields
| Name | Type | |
|---|---|---|
target | tool.CPoint | |
linear | Bool | |
tx | F64 | |
ty | F64 | |
onTargetReached | Fun | |
| static | __clid | I32 |
Protos
f@10778goto(tool.mv.MvFly, I32, I32) → Boolf@10779gotoPixel(tool.mv.MvFly, F64, F64, Ref) → Boolf@10780canGoto(tool.mv.MvFly, I32, I32) → Boolf@10781getNextPoint(tool.mv.MvFly) → tool.CPointf@10782hasTarget(tool.mv.MvFly) → Boolf@10783stop(tool.mv.MvFly) → Voidf@10784update(tool.mv.MvFly) → Voidf@10786getCLID(tool.mv.MvFly) → I32f@10787serialize(tool.mv.MvFly, hxbit.Serializer) → Voidf@10788getSerializeSchema(tool.mv.MvFly) → hxbit.Schemaf@10789unserialize(tool.mv.MvFly, hxbit.Serializer) → Void
Bindings
f@10785onTargetReached(tool.mv.MvFly) → Void- static
f@10790__constructor__(tool.mv.MvFly, Entity) → Void