Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.
class in UnityEditor.UI
/
Hereda de:PropertyDrawer
Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.
CerrarPor alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.
CerrarPropertyDrawer for FontData.
This is a PropertyDrawer for FontData it is implemented using the standard unity PropertyDrawer framework.
Init | Initialize the serialized properties for the drawer. |
Init | Initialize the serialized properties for the drawer. |
attribute | The PropertyAttribute for the property. Not applicable for custom class drawers. (Read Only) |
fieldInfo | The reflection FieldInfo for the member this property represents. (Read Only) |
GetPropertyHeight | Override this method to specify how tall the GUI for this field is in pixels. |
OnGUI | Override this method to make your own GUI for the property. |