Пример #1
0
 private static extern void Internal_CreateInstance(NativeHingeJoint instance, ref ScriptCommonJointData commonData,
                                                    ref ScriptHingeJointData data);
Пример #2
0
 private static extern void Internal_CreateInstance(NativeFixedJoint instance, ref ScriptCommonJointData commonData);
Пример #3
0
 public NativeHingeJoint(ScriptCommonJointData commonData, ScriptHingeJointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }
Пример #4
0
 private static extern void Internal_CreateInstance(NativeSphericalJoint instance, 
     ref ScriptCommonJointData commonData, ref ScriptSphericalJointData data);
Пример #5
0
 public NativeFixedJoint(ScriptCommonJointData commonData)
 {
     Internal_CreateInstance(this, ref commonData);
 }
Пример #6
0
 public NativeSphericalJoint(ScriptCommonJointData commonData, ScriptSphericalJointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }
Пример #7
0
 private static extern void Internal_CreateInstance(NativeFixedJoint instance, ref ScriptCommonJointData commonData);
Пример #8
0
 public NativeFixedJoint(ScriptCommonJointData commonData)
 {
     Internal_CreateInstance(this, ref commonData);
 }
 private static extern void Internal_CreateInstance(NativeSphericalJoint instance,
                                                    ref ScriptCommonJointData commonData, ref ScriptSphericalJointData data);
Пример #10
0
 public NativeSphericalJoint(ScriptCommonJointData commonData, ScriptSphericalJointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }