Inheritance: ScriptRuntime.Base
Exemplo n.º 1
0
 private static extern object ICall_PhysicsShape_GetUserData(PhysicsShape self);
Exemplo n.º 2
0
 private static extern String ICall_PhysicsShape_GetMaterialID(PhysicsShape self);
Exemplo n.º 3
0
 private static extern void ICall_PhysicsShape_GetRotation(PhysicsShape self, out Quaternion rotation);
Exemplo n.º 4
0
 extern private static void ICall_PhysicsShape_SetRotation(PhysicsShape self, ref Quaternion rotation);
Exemplo n.º 5
0
 private static extern int ICall_PhysicsShape_GetGroup(PhysicsShape self);
Exemplo n.º 6
0
 private static extern void ICall_PhysicsShape_SetGroup(PhysicsShape self, int obj);
Exemplo n.º 7
0
 private static extern void ICall_PhysicsShape_SetRotation(PhysicsShape self, ref Quaternion rotation);
Exemplo n.º 8
0
 extern private static void ICall_PhysicsShape_SetGroup(PhysicsShape self, int obj);
Exemplo n.º 9
0
 extern private static int ICall_PhysicsShape_GetGroup(PhysicsShape self);
Exemplo n.º 10
0
 extern private static void ICall_PhysicsShape_SetUserData(PhysicsShape self, object obj);
Exemplo n.º 11
0
 extern private static object ICall_PhysicsShape_GetUserData(PhysicsShape self);
Exemplo n.º 12
0
 extern private static String ICall_PhysicsShape_GetMaterialID(PhysicsShape self);
Exemplo n.º 13
0
 extern private static void ICall_PhysicsShape_SetMaterialID(PhysicsShape self, String matID);
Exemplo n.º 14
0
 extern private static void ICall_PhysicsShape_GetRotation(PhysicsShape self, out Quaternion rotation);
Exemplo n.º 15
0
 private static extern void ICall_PhysicsShape_SetCenterPos(PhysicsShape self, ref Vector3 pos );
Exemplo n.º 16
0
 extern private static float ICall_PhysicsShape_GetDensity(PhysicsShape self);
Exemplo n.º 17
0
 private static extern void ICall_PhysicsShape_SetDensity(PhysicsShape self, float density);
Exemplo n.º 18
0
 extern private static void ICall_PhysicsShape_SetDensity(PhysicsShape self, float density);
Exemplo n.º 19
0
 private static extern void ICall_PhysicsShape_SetMaterialID(PhysicsShape self, String matID );
Exemplo n.º 20
0
 private static extern float ICall_PhysicsShape_GetDensity(PhysicsShape self);
Exemplo n.º 21
0
 private static extern void ICall_PhysicsShape_SetUserData(PhysicsShape self, object obj);
Exemplo n.º 22
0
 extern private static void ICall_PhysicsShape_GetCenterPos(PhysicsShape self, out Vector3 pos);