Esempio n. 1
0
    /// <summary>
    /// Unity start method and initializes the scene
    /// </summary>
    void Start()
    {
        Capture.Log("StartSession", business ? Capture.BUSINESS : Capture.PLANNER);

        // load image icons
        GUIHelpers.LoadImageIcons();

        // get the market ID
        DataInterface.GetMarket();

        // set the base plate and grid
        SetupBasePlateAndScale();
        // change view
        ResetView();
        // load all database objects
        DatabaseLoadAllObjects();
    }