Unit 'graNarrowPhase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gravity]

btUsageBitfield

Declaration

Source position: granarrowphase.pas line 164

type btUsageBitfield = bitpacked record

  case Byte of

    1: (

        usedVertexA: Boolean;

  

        usedVertexB: Boolean;

  

        usedVertexC: Boolean;

  

        usedVertexD: Boolean;

  

      );

    2: (

        field: Byte;

  

      );

end;



CT Web help

CodeTyphon Studio