Ejemplo n.º 1
0
    void GoToCreateMode()
    {
        // set mode
        currentDrawingMode = DrawingModeStatus.Create;

        // setup drawing manager
        Vector3 handCursorPosition = uiManager.GetHandCursorPosition();

        drawingManager.CreateNewLine(handCursorPosition);
    }