BeginEventCheck() private static method

private static BeginEventCheck ( ) : void
return void
Ejemplo n.º 1
0
 public static void BeginManipulationHandling(bool lockHandleWhileDragging)
 {
     TransformManipulator.BeginEventCheck();
     TransformManipulator.s_LockHandle = lockHandleWhileDragging;
 }