mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 06:14:49 +08:00
Snap to ground and grid options
This commit is contained in:
+2
-2
@@ -263,8 +263,8 @@ namespace CodeWalker.World
|
||||
public Vector3 DraggedAxisSideDir { get; set; }
|
||||
public Vector3 DragStartPosition { get; set; }
|
||||
public bool IsDragging { get; set; }
|
||||
private bool WasDragging = false;
|
||||
private Vector3 DragStartVec; //projected onto the plane/axis being dragged
|
||||
public bool WasDragging = false;
|
||||
public Vector3 DragStartVec; //projected onto the plane/axis being dragged
|
||||
|
||||
public float Size { get; set; } = 90.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user