C# Class UnityEditor.DeletedAsset

显示文件 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_oe property

public int assetIsDir
return int

changeset public_oe property

public int changeset
return int

date public_oe property

public string date
return string

fullPath public_oe property

public string fullPath
return string

guid public_oe property

public string guid
return string

name public_oe property

public string name
return string

parent public_oe property

public string parent
return string