Inheritance: PhysicsShape
示例#1
0
 extern private static float ICall_PhysicsSphere_GetRadius(PhysicsSphere self);
 private static extern void ICall_PhysicsSphere_SetRadius(PhysicsSphere self, float radius );
示例#3
0
 extern private static void ICall_PhysicsSphere_SetRadius(PhysicsSphere self, float radius);
 private static extern float ICall_PhysicsSphere_GetRadius(PhysicsSphere self);