Esempio n. 1
0
 private static extern void Internal_CreateInstance(NativeD6Joint instance, ref ScriptCommonJointData commonData,
                                                    ref ScriptD6JointData data);
Esempio n. 2
0
 public NativeD6Joint(ScriptCommonJointData commonData, ScriptD6JointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }
Esempio n. 3
0
 public NativeD6Joint(ScriptCommonJointData commonData, ScriptD6JointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }
Esempio n. 4
0
 private static extern void Internal_CreateInstance(NativeD6Joint instance, ref ScriptCommonJointData commonData,
     ref ScriptD6JointData data);