C# Class UnityEditor.ImportPackageItem

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
assetChanged bool
destinationAssetPath string
enabledStatus int
exists bool
exportedAssetPath string
guid string
isFolder bool
pathConflict bool
previewPath string
projectAsset bool
sourceFolder string

Property Details

assetChanged public property

public bool assetChanged
return bool

destinationAssetPath public property

public string destinationAssetPath
return string

enabledStatus public property

public int enabledStatus
return int

exists public property

public bool exists
return bool

exportedAssetPath public property

public string exportedAssetPath
return string

guid public property

public string guid
return string

isFolder public property

public bool isFolder
return bool

pathConflict public property

public bool pathConflict
return bool

previewPath public property

public string previewPath
return string

projectAsset public property

public bool projectAsset
return bool

sourceFolder public property

public string sourceFolder
return string