Table of Contents

AddArgument

Methods
public static void AddArgument(string arg, string val)

Allows updating the simulator utility with command line arguments at runtime. Use this to set arguments when running simulators from the editor since the setup of the utility reads args from the commandline otherwise.

Parameters
Type Name Description
string arg

string name of the arg like --coherence-ip

string val

string value fo the arg like 127.0.0.1