tool.ChainSegment
tool.ChainSegment
Fields
| Name | Type | |
|---|---|---|
manager | tool.Chain | |
sprite | libs.heaps.slib.HSpriteBE | |
flipX | Bool | |
flipY | Bool | |
attachX | F64 | |
attachY | F64 | |
endX | F64 | |
endY | F64 | |
dx | F64 | |
dy | F64 | |
gravity | F64 | |
offsetX | I32 | |
length | F64 | |
angle | F64 | |
visible | Bool |
Protos
f@7111dispose(tool.ChainSegment) → Voidf@7112follow(tool.ChainSegment, F64, F64) → Voidf@7113attachTo(tool.ChainSegment, F64, F64) → Voidf@7114updatePhysics(tool.ChainSegment) → Voidf@7115updateEndPosition(tool.ChainSegment) → Voidf@7116updateSprite(tool.ChainSegment) → Voidf@7117set_visible(tool.ChainSegment, Bool) → Boolf@7118onVisibleChanged(tool.ChainSegment) → Void
Bindings
- static
f@7119__constructor__(tool.ChainSegment, tool.Chain, F64, libs.heaps.slib.SpriteLib, String, Ref) → Void