/// <description>
 /// Return a Point2F representing the position of the root.
 /// </description>
 public Point2F GetRoot()
 {
     InternalUnsafeMethods.GetRoot__Args _args = new InternalUnsafeMethods.GetRoot__Args()
     {
     };
     Point2F.InternalStruct _engineResult = InternalUnsafeMethods.GetRoot()(ObjectPtr, _args);
     return(new Point2F(_engineResult));
 }
Exemple #2
0
        /// <description>
        /// ( void ) - Get the root object.
        /// </description>
        /// <returns>Returns the SimObjectId for the root object.</returns>
        public int GetRoot()
        {
            InternalUnsafeMethods.GetRoot__Args _args = new InternalUnsafeMethods.GetRoot__Args()
            {
            };
            int _engineResult = InternalUnsafeMethods.GetRoot()(ObjectPtr, _args);

            return(_engineResult);
        }