Class AssetInfo
- Namespace
- CodeStage.Maintainer.Core
- Assembly
- Build.dll
[Serializable]
public class AssetInfo
- Inheritance
-
objectAssetInfo
Properties
GUID
Asset GUID as reported by AssetDatabase.
public string GUID { get; }
Property Value
- string
IsUntitledScene
public bool IsUntitledScene { get; }
Property Value
- bool
Origin
Represents the asset origin.
public AssetOrigin Origin { get; }
Property Value
Path
Path to the Asset, as reported by AssetDatabase, with enforced forward slash delimiter (/).
public string Path { get; }
Property Value
- string
SettingsKind
public AssetSettingsKind SettingsKind { get; }
Property Value
Size
public long Size { get; }
Property Value
- long
Type
public Type Type { get; }
Property Value
- Type
Methods
Equals(AssetInfo)
public bool Equals(AssetInfo other)
Parameters
otherAssetInfo
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
OnDeserialization(object)
public void OnDeserialization(object sender)
Parameters
senderobject
ToString()
public override string ToString()
Returns
- string