We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bf600 commit f229be9Copy full SHA for f229be9
doc/drivers/unity3d.rst
@@ -150,6 +150,16 @@ Using the ``sendMessage()`` Function
150
151
The ``UnityPoco.sendMessage()`` function allows you to send simple messages with a single string argument from Poco to Unity.
152
153
+Unity-side
154
+~~~~~~~~~~
155
+
156
+Implement OnPocoMessageReceived and add it to PocoManager.MessageReceived. This function will be called when a message is received from Poco.
157
158
+.. code-block:: csharp
159
160
+ PocoManager.MessageReceived += OnPocoMessageReceived;
161
162
163
Poco-side
164
~~~~~~~~~
165
0 commit comments