Class AssetLoadInfo
Inheritance
AssetLoadInfo
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class AssetLoadInfo
Properties
|
Improve this Doc
View Source
address
Declaration
public string address { get; set; }
Property Value
|
Improve this Doc
View Source
asset
Declaration
public GUID asset { get; set; }
Property Value
|
Improve this Doc
View Source
includedObjects
Declaration
public List<ObjectIdentifier> includedObjects { get; set; }
Property Value
|
Improve this Doc
View Source
referencedObjects
Declaration
public List<ObjectIdentifier> referencedObjects { get; set; }
Property Value
Extension Methods