Generate-interface

Generates C# code for interfacing with the CLI from Unity

beam generate-interface [options]

About

Generates C# code for interfacing with the CLI from Unity

Options

NameTypeDescription
--concatBooleanWhen true, all the generated code will be in one file. When false, there will be multiple files
--outputStringWhen null or empty, the generated code will be sent to standard-out. When there is a output value, the file or files will be written to the path
--engineStringFilter which engine code we should generate (unity
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--versionBooleanShow version information
--helpBooleanShow help and usage information