Jump to content

syncker


photo

Recommended Posts

Posted

 

About the Syncker example, which only has C++ code, how can I rewrite it in C#? I tried using "Manager.initSyncker()," but it not right.

 

 

image.png.ec94c9726a3d5c8fe74a9b77f1fd63f0.png

image.png.6bf2c7d0076ac36168c8d6173c28974b.png

Posted

Hello! 

it looks like we forgot to export this method to c# API.

you can use the following code for initialization. that's basically all the Manager.InitSycnker does

if (Unigine.Plugins.Syncker.Manager.ArgIsMaster)
	Unigine.Plugins.Syncker.Manager.InitMaster();
else
	Unigine.Plugins.Syncker.Manager.InitSlave();

Thanks for the note, we'll fix it for the next release.

×
×
  • Create New...