示例#1
0
 void Awake()
 {
     m_world = new NewtonSDK();
     // link the world with this user data
     Debug.Log("Passed this to NewtonWorld as Userdata");
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NewtonSDK obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }