Draw() public method

public Draw ( ) : void
return void
Beispiel #1
0
    public void UpdateUI(bool tf)
    {
        if (!tf)
        {
            return;
        }

        mBox.Draw();
        mAboutLabel.Draw();
        mBackgroundTextureLabel.Draw();
        mCameraFlashSettings.Draw();
        mAutoFocusSetting.Draw();
        mCloseButton.Draw();
    }
    public void UpdateUI(bool tf)
    {
        if (!tf)
        {
            return;
        }

        mBox.Draw();
        mVideoPlaybackLabel.Draw();
        mAboutLabel.Draw();
        mExtendedTracking.Draw();
        mCameraFlashSettings.Draw();
        mAutoFocusSetting.Draw();
        mCameraLabel.Draw();
        mCameraFacing.Draw();
        mCloseButton.Draw();
    }
    public void UpdateUI(bool tf)
    {
        if (!tf)
        {
            return;
        }

        mBox.Draw();
        mAboutLabel.Draw();
        mImageTargetLabel.Draw();
        mExtendedTracking.Draw();
        mCameraFlashSettings.Draw();
        mAutoFocusSetting.Draw();
        mCameraLabel.Draw();
        mCameraFacing.Draw();
        mDataSet.Draw();
        mDataSetLabel.Draw();
        mCloseButton.Draw();
    }