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.

Asset

class in UnityEditor.VersionControl

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

This class containes information about the version control state of an asset.

Variables

fullNameGets the full name of the asset including extension.
isFolderReturns true if the asset is a folder.
isInCurrentProjectReturns true if the assets is in the current project.
isMetaReturns true if the instance of the Asset class actually refers to a .meta file.
lockedReturns true if the asset is locked by the version control system.
nameGet the name of the asset.
pathGets the path of the asset.
readOnlyDevuelve verdadero si el asset es de solo lectura.
stateGets the version control state of the asset.

Funciones Públicas

EditOpens the assets in an associated editor.
IsOneOfStatesReturns true if the version control state of the assets is one of the input states.
IsStateReturns true if the version control state of the asset exactly matches the input state.
LoadLoads the asset to memory.