Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat