C# Class UnityEditor.DeletedAsset

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
assetIsDir int
changeset int
date string
fullPath string
guid string
name string
parent string

Private Methods

Method Description
Compare ( DeletedAsset p1, DeletedAsset p2 ) : int

Property Details

assetIsDir public property

public int assetIsDir
return int

changeset public property

public int changeset
return int

date public property

public string date
return string

fullPath public property

public string fullPath
return string

guid public property

public string guid
return string

name public property

public string name
return string

parent public property

public string parent
return string