Unit 'nxGLExtra' Package
[Overview][Types][Classes][Index] [#pl_nxpascal]

TParticle

Declaration

Source position: nxGLExtra.pas line 16

type TParticle = record

  x: single;

  

  y: single;

  

  z: single;

  

  r: single;

  

  g: single;

  

  b: single;

  

  a: single;

  

  rad: single;

  

  ptype: Word;

  

  velocity: TVector;

  

end;



CT Web help

CodeTyphon Studio