Ejemplo n.º 1
0
        void HandleAlternateClick(VrEventArgs args)
        {
            var hitInstruction = args.HitResult as HitResult <RsMoveInstruction>;

            if (hitInstruction != null)
            {
                WithUndo("VR Delete", () => PathEditingHelper.DeleteInstruction(hitInstruction.HitObject));
            }
        }