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.

EditorUtility

class in UnityEditor

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 utility functions.

Funciones Estáticas

ClearProgressBarElimina la barra de progreso.
CollectDeepHierarchyCollect all objects in the hierarchy rooted at each of the given objects.
CollectDependenciesCalculates and returns a list of all assets the assets listed in roots depend on.
CompressTextureComprime una textura.
CopySerializedCopy all settings of a Unity Object.
CreateGameObjectWithHideFlagsCreates a game object with HideFlags and specified components.
DisplayCancelableProgressBarDisplays or updates a progress bar that has a cancel button.
DisplayDialogMuestra un diálogo modal.
DisplayDialogComplexMuestra un diálogo modal con tres botones.
DisplayPopupMenuDisplays a popup menu.
DisplayProgressBarMuestra o actualiza una barra de progreso.
ExtractOggFileSaves an AudioClip or MovieTexture to a file.
FocusProjectWindowBrings the project window to the front and focuses it.
FormatBytesReturns a text for a number of bytes.
GetObjectEnabledIs the object enabled (0 disabled, 1 enabled, -1 has no enabled button).
InstanceIDToObjectTranslates an instance ID to a reference to an object.
IsPersistentDetermines if an object is stored on disk.
NaturalCompareHuman-like sorting.
OpenFilePanelDisplays the "open file" dialog and returns the selected path name.
OpenFilePanelWithFiltersDisplays the "open file" dialog and returns the selected path name.
OpenFolderPanelDisplays the "open folder" dialog and returns the selected path name.
SaveFilePanelDisplays the "save file" dialog and returns the selected path name.
SaveFilePanelInProjectDisplays the "save file" dialog in the Assets folder of the project and returns the selected path name.
SaveFolderPanelDisplays the "save folder" dialog and returns the selected path name.
SetDirtyMarks target object as dirty. (Only suitable for non-scene objects).
SetObjectEnabledSet the enabled state of the object.
SetSelectedWireframeHiddenSet whether the renderer's wireframe will be hidden when the renderer's gameobject is selected.
UnloadUnusedAssetsImmediateDescargar assets que no se usan.