Unity
GameObject.GetComponent<Rigidbody2D>() // 아래의 축약형태 (Rigidbody2D)GameObject.GetComponent(typeof(Rigidbody2D)