Reorder members
This commit is contained in:
parent
694d28e285
commit
aa1b6fe12b
1 changed files with 5 additions and 5 deletions
|
|
@ -51,14 +51,10 @@ namespace MatterHackers.MeshVisualizer
|
|||
|
||||
public class InteractionVolume
|
||||
{
|
||||
protected bool MouseDownOnControl { get; set; }
|
||||
private bool mouseOver = false;
|
||||
|
||||
public Matrix4X4 TotalTransform = Matrix4X4.Identity;
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
private bool mouseOver = false;
|
||||
|
||||
public InteractionVolume(IInteractionVolumeContext meshViewerToDrawWith)
|
||||
{
|
||||
this.InteractionContext = meshViewerToDrawWith;
|
||||
|
|
@ -68,6 +64,8 @@ namespace MatterHackers.MeshVisualizer
|
|||
|
||||
public bool DrawOnTop { get; protected set; }
|
||||
|
||||
protected bool MouseDownOnControl { get; set; }
|
||||
|
||||
public IntersectInfo MouseMoveInfo { get; set; }
|
||||
|
||||
public bool MouseOver
|
||||
|
|
@ -83,6 +81,8 @@ namespace MatterHackers.MeshVisualizer
|
|||
}
|
||||
}
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
protected IInteractionVolumeContext InteractionContext { get; }
|
||||
|
||||
public IObject3D RootSelection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue