|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| float | EvaluateInputScore (DragMovementCalculation dragMovementCalculation, Moveable_Drag draggable, Vector3 dragForce) |
| void | MakeConnection (Moveable_Drag draggable) |
| Connects a draggable object to the track defined in this data block. | |
| bool | IsValid () |
| TrackSnapConnection | ShowGUI (DragTrack ownTrack, int i) |
| void | DrawHandles (Vector3 ownPosition) |
Stores information related to connection points along tracks.
| bool AC.TrackSnapConnection.IsValid | ( | ) |
Checks if the data is valid
| void AC.TrackSnapConnection.MakeConnection | ( | Moveable_Drag | draggable | ) |
Connects a draggable object to the track defined in this data block.
| draggable | The draggable object to update |