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

TParticleLauncher

Declaration

Source position: nxGLExtra.pas line 32

type TParticleLauncher = record

  x: single;

  

  y: single;

  

  z: single;

  

  minR: single;

  

  maxR: single;

  

  minG: single;

  

  maxG: single;

  

  minB: single;

  

  maxB: single;

  

  minRad: single;

  

  maxRad: single;

  

  speedMin: single;

  

  speedMax: single;

  

  spreadAngle: single;

  

  interval: single;

  

  progress: single;

  

  direction: TVector;

  

  ptype: Word;

  

  decay: Integer;

  

end;



CT Web help

CodeTyphon Studio