|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| AutoMoveTrackData (float _targetValue, float _speed, LayerMask _blockLayerMask, int _snapID=-1) | |
| void | Update (DragTrack track, Moveable_Drag draggable) |
| bool | CheckForEnd (Moveable_Drag draggable, bool beAccurate=true) |
| void | Stop (DragTrack track, Moveable_Drag draggable, bool snapToTarget) |
| void | ProcessCollision (Collision collision, Moveable_Drag draggable) |
Protected Attributes | |
| float | targetValue |
| float | speed |
| LayerMask | blockLayerMask |
| int | snapID = -1 |