Этот класс содержит информацию о версии asset'a
| assetPath | Gets the path of the Asset relative to the project root. If the Asset is a meta file, the path to the meta file is returned. | 
| fullName | Gets the full name of the asset including extension. | 
| isFolder | Возвращает истину, если asset'ы находятся в папке | 
| isInCurrentProject | Returns true if the asset file exists and is in the current project. | 
| isMeta | Возвращает истину, если экземпляр Asset'a относится к .meta файлу | 
| locked | Возвращает истину, если актив заблокирован системой контроля версийE | 
| metaPath | Gets the path of the meta file for this Asset relative to the project root. If the Asset is a meta file, the path to the meta file is returned. | 
| name | Получить имя asset'a | 
| path | Получает путь asset'a | 
| readOnly | Возвращает истину если asset доступен только для чтения | 
| state | Gets the version control state of the asset. | 
| Edit | Открывает asset'ы в вспомогающем редакторе | 
| IsOneOfStates | Возвращает истину, если контроль версий состояние asseto'в является одним из входных состояний. | 
| IsState | Возвращает истину, если контроль версий состояние asseto'в точно соответствует состоянию ввода | 
| Load | Загружает asset'ы в память |