Search Results for

    Show / Hide Table of Contents

    Interface IInputAdder

    Namespace: RTSEngine.Determinism
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IInputAdder

    Methods

    AddInput(CommandInput)

    Declaration
    void AddInput(CommandInput input)
    Parameters
    Type Name Description
    CommandInput input

    AddInput(IEnumerable<CommandInput>)

    Declaration
    void AddInput(IEnumerable<CommandInput> inputs)
    Parameters
    Type Name Description
    IEnumerable<CommandInput> inputs
    In This Article
    Back to top Unity RTS Engine Documentation