logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ShippedAssetEntry

    A shipped asset's identity as of a package export: its GUID and project path.

    Inheritance
    object
    ShippedAssetEntry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.PackageBootstrapper
    Assembly: Serenity.PackageBootstrapper.Editor.dll
    Syntax
    public sealed class ShippedAssetEntry

    Constructors

    ShippedAssetEntry()

    Declaration
    public ShippedAssetEntry()

    ShippedAssetEntry(string, string)

    Declaration
    public ShippedAssetEntry(string guid, string path)
    Parameters
    Type Name Description
    string guid
    string path

    Fields

    guid

    Declaration
    public string guid
    Field Value
    Type Description
    string

    path

    Declaration
    public string path
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved