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