TuxedoBerries.ScenePanel.Drawers.ScreenshotDrawer.DrawControls C# (CSharp) Method

DrawControls() public method

Draws the controls for a screenshot.
public DrawControls ( string dataPath, bool enableShot ) : string
dataPath string Data path.
enableShot bool If set to true enable shot.
return string
        public string DrawControls(string dataPath, bool enableShot)
        {
            return DrawControls (dataPath, enableShot, "", "screenshot.png");
        }

Same methods

ScreenshotDrawer::DrawControls ( string dataPath, bool enableShot, string suggestedFolder, string suggestedName ) : string