Esempio n. 1
0
 /// <description>
 /// Add the object to the list of objects being inspected.
 /// </description>
 /// <param name="simObject">Object to add to the inspection.</param>
 /// <param name="autoSync">Auto sync the values when they change.</param>
 public void AddInspect(string simObject, bool autoSync = true)
 {
     InternalUnsafeMethods.AddInspect__Args _args = new InternalUnsafeMethods.AddInspect__Args()
     {
         simObject = simObject,
         autoSync  = autoSync,
     };
     InternalUnsafeMethods.AddInspect()(ObjectPtr, _args);
 }