Struct AssetInfo
Contains short information about an asset.
Assembly: FlaxEngine.dll
File: Engine/Content/AssetInfo.h
Syntax
public struct AssetInfo
Constructors
AssetInfo()
AssetInfo(const Guid& id, const StringView& typeName, const StringView& path)
Initializes a new instance of the AssetInfo struct.
Declaration
public AssetInfo(const Guid& id, const StringView& typeName, const StringView& path)
Parameters
Guid
id
The identifier. |
StringView
typeName
The typename identifier. |
StringView
path
The path. |
Fields
ID
Path
TypeName
The stored data full typename. Used to recognize asset type.
Declaration
public String TypeName
Field Value
String
|