Table of Contents

Class AssetInfo

Namespace
CodeStage.Maintainer.Core
Assembly
Build.dll
[Serializable]
public class AssetInfo
Inheritance
object
AssetInfo

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

AssetOrigin

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

AssetSettingsKind

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

other AssetInfo

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

OnDeserialization(object)

public void OnDeserialization(object sender)

Parameters

sender object

ToString()

public override string ToString()

Returns

string