Versions with this page:
Versions without this page:
Игровой объект к которому прикреплён данный компонент. Компонент всегда прикреплён к игровому объекту.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(gameObject.name); } }