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

btDBvt_nodeint

Declaration

Source position: grabroadphase.pas line 267

type btDBvt_nodeint = record

  case Byte of

    1: (

        childs: array [0..1] of PbtDbvtNode;

  

      );

    2: (

        data: Pointer;

  

      );

    3: (

        dataAsInt: Integer;

  

      );

end;



CT Web help

CodeTyphon Studio