Search Results for

    Show / Hide Table of Contents

    Class CeresLinker

    Global linker to manage runtime types that Ceres needs to be packed into the build.

    Inheritance
    object
    CeresLinker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CeresLinker

    Methods

    LinkType(Type)

    Add runtime type to Ceres global linker.

    Declaration
    public static void LinkType(Type type)
    Parameters
    Type Name Description
    Type type

    LinkTypes(Type[])

    Add runtime types to Ceres global linker.

    Declaration
    public static void LinkTypes(Type[] types)
    Parameters
    Type Name Description
    Type[] types

    Save()

    Save linker data to settings.

    Declaration
    public static void Save()
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX