Ejemplo n.º 1
0
 private static extern void Internal_CreateInstance(NativeSphericalJoint instance, 
     ref ScriptCommonJointData commonData, ref ScriptSphericalJointData data);
Ejemplo n.º 2
0
 private static extern void Internal_CreateInstance(NativeSphericalJoint instance,
                                                    ref ScriptCommonJointData commonData, ref ScriptSphericalJointData data);
Ejemplo n.º 3
0
 public NativeSphericalJoint(ScriptCommonJointData commonData, ScriptSphericalJointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }
Ejemplo n.º 4
0
 public NativeSphericalJoint(ScriptCommonJointData commonData, ScriptSphericalJointData data)
 {
     Internal_CreateInstance(this, ref commonData, ref data);
 }