Versions with this page:
Versions without this page:
El game object que tiene este componente adjunto. Un componente siempre está adjunto a un game object.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(gameObject.name); } }