Свойство | Тип | Описание | |
---|---|---|---|
current_behaviour | MonoBehaviour | ||
current_file_loc | string | ||
current_line_number | int | ||
current_object | GameObject |
Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
InstantiatePrefab ( GameObject prefab, Vector3 location, Quaternion rotation ) : GameObject | ||
gizmoFor ( GameObject obj ) : void | ||
setSelected ( GameObject obj ) : void |
public static InstantiatePrefab ( GameObject prefab, Vector3 location, Quaternion rotation ) : GameObject | ||
prefab | GameObject | |
location | Vector3 | |
rotation | Quaternion | |
Результат | GameObject |
public static gizmoFor ( GameObject obj ) : void | ||
obj | GameObject | |
Результат | void |
public static setSelected ( GameObject obj ) : void | ||
obj | GameObject | |
Результат | void |
public static MonoBehaviour current_behaviour | ||
Результат | MonoBehaviour |
public static string current_file_loc | ||
Результат | string |
public static int current_line_number | ||
Результат | int |