Google.SettingsDialog.Initialize C# (CSharp) Méthode

Initialize() public méthode

Setup the window's initial position and size.
public Initialize ( ) : void
Résultat void
    public void Initialize()
    {
        minSize = new Vector2(300, 200);
        position = new Rect(UnityEngine.Screen.width / 3,
                            UnityEngine.Screen.height / 3,
                            minSize.x, minSize.y);
    }