Search Results for

    Show / Hide Table of Contents

    Struct AssetInfo

    Contains short information about an asset.

    Assembly: FlaxEngine.dll
    File: Engine/Content/AssetInfo.h
    Syntax
    public struct AssetInfo

    Constructors

    AssetInfo()

    Initializes a new instance of the AssetInfo struct.

    Declaration
    public 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

    Unique ID.

    Declaration
    public Guid ID
    Field Value
    Guid

    Path

    Cached path.

    Declaration
    public String Path
    Field Value
    String

    TypeName

    The stored data full typename. Used to recognize asset type.

    Declaration
    public String TypeName
    Field Value
    String

    Methods

    ToString()

    Gets the string.

    Declaration
    public String ToString() const
    Returns
    String

    The string.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat