Persatuan bagaimana mendapatkan atribut gamerObject

GameObject obj;
var i = obj.GetComponent<NameScript>();
i.NameOfAttributeLikeThis;
Henks Cane