Assets.Scripts.Test.CameraFollow.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
        void Awake()
        {
            GetComponent<Camera>().orthographicSize = ((Screen.height * Size) / 100f);
        }