GravityDemo.GravitationalBody.Awake C# (CSharp) Method

Awake() private method

private Awake ( ) : void
return void
        private void Awake()
        {
            name = typeof(GravitationalBody).Name;
        }
        #endregion