This version of Unity is unsupported.

Asset

class in UnityEditor.VersionControl

/

Implemented in:UnityEditor

Description

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

Properties

fullNameGets the full name of the asset including extension.
isFolderReturns true if the asset is a folder.
isInCurrentProjectReturns true if the asset file exists and 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.
readOnlyReturns true is the asset is read only.
stateGets the version control state of the asset.

Public Methods

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.