Inheritance: ScriptRuntime.Base
 private static extern object ICall_PhysicsShape_GetUserData(PhysicsShape self);
 private static extern String ICall_PhysicsShape_GetMaterialID(PhysicsShape self);
 private static extern void ICall_PhysicsShape_GetRotation(PhysicsShape self, out Quaternion rotation);
Beispiel #4
0
 extern private static void ICall_PhysicsShape_SetRotation(PhysicsShape self, ref Quaternion rotation);
 private static extern int ICall_PhysicsShape_GetGroup(PhysicsShape self);
 private static extern void ICall_PhysicsShape_SetGroup(PhysicsShape self, int obj);
 private static extern void ICall_PhysicsShape_SetRotation(PhysicsShape self, ref Quaternion rotation);
Beispiel #8
0
 extern private static void ICall_PhysicsShape_SetGroup(PhysicsShape self, int obj);
Beispiel #9
0
 extern private static int ICall_PhysicsShape_GetGroup(PhysicsShape self);
Beispiel #10
0
 extern private static void ICall_PhysicsShape_SetUserData(PhysicsShape self, object obj);
Beispiel #11
0
 extern private static object ICall_PhysicsShape_GetUserData(PhysicsShape self);
Beispiel #12
0
 extern private static String ICall_PhysicsShape_GetMaterialID(PhysicsShape self);
Beispiel #13
0
 extern private static void ICall_PhysicsShape_SetMaterialID(PhysicsShape self, String matID);
Beispiel #14
0
 extern private static void ICall_PhysicsShape_GetRotation(PhysicsShape self, out Quaternion rotation);
 private static extern void ICall_PhysicsShape_SetCenterPos(PhysicsShape self, ref Vector3 pos );
Beispiel #16
0
 extern private static float ICall_PhysicsShape_GetDensity(PhysicsShape self);
 private static extern void ICall_PhysicsShape_SetDensity(PhysicsShape self, float density);
Beispiel #18
0
 extern private static void ICall_PhysicsShape_SetDensity(PhysicsShape self, float density);
 private static extern void ICall_PhysicsShape_SetMaterialID(PhysicsShape self, String matID );
 private static extern float ICall_PhysicsShape_GetDensity(PhysicsShape self);
 private static extern void ICall_PhysicsShape_SetUserData(PhysicsShape self, object obj);
Beispiel #22
0
 extern private static void ICall_PhysicsShape_GetCenterPos(PhysicsShape self, out Vector3 pos);