|
AR + GPS Location
3.0.0
|
Public Types | |
| enum | Mode { Horizontal, Full } |
Public Member Functions | |
| void | Move (Vector3 to, Action callback=null) |
Static Public Member Functions | |
| static SmoothMove | AddSmoothMove (GameObject go, float epsilon) |
Public Attributes | |
| float | Epsilon = 0.5f |
| float | Precision = 0.05f |
| Mode | SmoothMoveMode = Mode.Full |
Properties | |
| Vector3 | Target [get, set] |
Definition at line 7 of file SmoothMove.cs.