胶囊体物理体
Inheritance: PhysicsShape
 private static extern void ICall_PhysicsCapsuleShape_SetRadius(PhysicsCapsuleShape self, float radius );
 private static extern float ICall_PhysicsCapsuleShape_GetRadius(PhysicsCapsuleShape self);
 private static extern void ICall_PhysicsCapsuleShape_SetHeight(PhysicsCapsuleShape self, float height );
 private static extern float ICall_PhysicsCapsuleShape_GetHeight(PhysicsCapsuleShape self);
Example #5
0
 extern private static float ICall_PhysicsCapsuleShape_GetHeight(PhysicsCapsuleShape self);
Example #6
0
 extern private static void ICall_PhysicsCapsuleShape_SetHeight(PhysicsCapsuleShape self, float height);
Example #7
0
 extern private static float ICall_PhysicsCapsuleShape_GetRadius(PhysicsCapsuleShape self);
Example #8
0
 extern private static void ICall_PhysicsCapsuleShape_SetRadius(PhysicsCapsuleShape self, float radius);