-
Notifications
You must be signed in to change notification settings - Fork 1
UIUtil
Moon Antonio edited this page Oct 11, 2017
·
1 revision
UIUtil es un script de apoyo para las diferentes funciones necesarias que son usadas de forma global.
Esta situada en Scripts/Extensiones/Util
public static void HaciaElFrente(GameObject go){} // Mueve un gameobject hacia el frente
public static T FindInParents<T>(GameObject go) where T : Component{} // Encuentra el componente en los padres del GameObjects