this
this in Unity
Vector3 pos = this.transform; //example of accessing a component
Destroy( this.gameObject); //example of identifying associated gameObjectLast updated
Vector3 pos = this.transform; //example of accessing a component
Destroy( this.gameObject); //example of identifying associated gameObjectLast updated