GoView.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
    void Awake()
    {
        Content = this;
        Layers = new Dictionary<string, GoLayer>();

        if (camera == null)
            camera = Camera.main;
    }