Пример #1
0
 /// <description>
 /// Registers the specified object as a listener for module notifications.
 /// </description>
 /// <param name="listenerObject">The object to start receiving module notifications.</param>
 /// <returns>No return value.</returns>
 public void AddListener(string listenerObject = "")
 {
     InternalUnsafeMethods.AddListener__Args _args = new InternalUnsafeMethods.AddListener__Args()
     {
         listenerObject = listenerObject,
     };
     InternalUnsafeMethods.AddListener()(ObjectPtr, _args);
 }