Class AssetInfo
Contains short information about an asset.
Inheritance
System.Object
AssetInfo
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class AssetInfo : ValueType
Fields
ID
Unique ID.
Declaration
public Guid ID
Field Value
System.Guid
|
Path
Cached path.
Declaration
public string Path
Field Value
System.String
|
TypeName
The stored data full typename. Used to recognize asset type.
Declaration
public string TypeName
Field Value
System.String
|
Properties
Default
The default AssetInfo.
Declaration
public static AssetInfo Default { get; }
Property Value
AssetInfo
|