Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

UnityEventTools

class in UnityEditor.Events

Sugiere un cambio

¡Éxito!

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.

Cerrar

No se puedo enviar

Por 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.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Editor tools for working with persistent UnityEvents.

Funciones Estáticas

AddBoolPersistentListenerAdds a persistent, preset call to the listener.
AddFloatPersistentListenerAdds a persistent, preset call to the listener.
AddIntPersistentListenerAdds a persistent, preset call to the listener.
AddObjectPersistentListenerAdds a persistent, preset call to the listener.
AddPersistentListenerAdds a persistent, call to the listener. Will be invoked with the arguments as defined by the Event and sent from the call location.
AddStringPersistentListenerAdds a persistent, preset call to the listener.
AddVoidPersistentListenerAdds a persistent, preset call to the listener.
RegisterBoolPersistentListenerModifies the event at the given index.
RegisterFloatPersistentListenerModifies the event at the given index.
RegisterIntPersistentListenerModifies the event at the given index.
RegisterObjectPersistentListenerModifies the event at the given index.
RegisterPersistentListenerModifies the event at the given index.
RegisterStringPersistentListenerModifies the event at the given index.
RegisterVoidPersistentListenerModifies the event at the given index.
RemovePersistentListenerRemoves the given function from the event.
UnregisterPersistentListenerUnregisters the given listener at the specified index.