Source position: orca_scene3d.pas line 2631
type TRegion = packed record
Count: Integer;
capacity: Integer;
particleRef: PParticleReferenceArray;
particleOrder: PPointerList;
end;