Example #1
0
    public E_PHYSICS_SHAPE GetShape()
    {
        E_PHYSICS_SHAPE ret = (E_PHYSICS_SHAPE)testPINVOKE.CPhysicsProfile_GetShape(swigCPtr);

        return(ret);
    }
Example #2
0
 public void SetShape(E_PHYSICS_SHAPE Shape)
 {
     testPINVOKE.CPhysicsProfile_SetShape(swigCPtr, (int)Shape);
 }