コード例 #1
0
 private static extern void Internal_CreateInstance(NativeHingeJoint instance, ref ScriptCommonJointData commonData,
                                                    ref ScriptHingeJointData data);
コード例 #2
0
ファイル: NativeFixedJoint.cs プロジェクト: Ruu/BansheeEngine
 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
ファイル: NativeFixedJoint.cs プロジェクト: Ruu/BansheeEngine
 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);
 }
コード例 #9
0
 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);
 }