Search Results for

    Show / Hide Table of Contents

    Interface ISaveFormatter

    Namespace: RTSEngine.Save.IO
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISaveFormatter : IPreRunGameService, IOptionalGameService

    Methods

    FromSaveFormat<T>(String)

    Declaration
    T FromSaveFormat<T>(string input)
    Parameters
    Type Name Description
    String input
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    ToSaveFormat<T>(T)

    Declaration
    string ToSaveFormat<T>(T input)
    Parameters
    Type Name Description
    T input
    Returns
    Type Description
    String
    Type Parameters
    Name Description
    T
    In This Article
    Back to top Unity RTS Engine Documentation