Search Results for

    Show / Hide Table of Contents

    Class AssetsService.AssetInfo

    Asset info class.

    Inheritance
    object
    AssetsService.AssetInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Services
    Assembly: Evergine.Framework.dll
    Syntax
    public class AssetsService.AssetInfo

    Fields

    Loadable

    The loadable asset.

    Declaration
    public ILoadable Loadable
    Field Value
    Type Description
    ILoadable

    ReferenceCounter

    The asset reference counter.

    Declaration
    public int ReferenceCounter
    Field Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX