How to spawn an actor? #34
-
Hello! This is probably a pretty simple question.. I am looking for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there. API of the framework written in idiomatic C# thus might differ from the original one. To spawn an actor just use a constructor of the Actor class. A good starting point to learn how things work here is to dive into tests that can be installed along with the plugin. |
Beta Was this translation helpful? Give feedback.
Hi there.
API of the framework written in idiomatic C# thus might differ from the original one. To spawn an actor just use a constructor of the Actor class. A good starting point to learn how things work here is to dive into tests that can be installed along with the plugin.