Search Results for

    Show / Hide Table of Contents

    Interface ISavableEntityComponent

    Namespace: RTSEngine.Save.Game.EntityComponent
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISavableEntityComponent : IEntityComponent

    Methods

    Load(String)

    Declaration
    void Load(string data)
    Parameters
    Type Name Description
    String data

    Save()

    Declaration
    string Save()
    Returns
    Type Description
    String
    In This Article
    Back to top Unity RTS Engine Documentation