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

TTrail

Declaration

Source position: nxGLExtra.pas line 23

type TTrail = record

  x: single;

  

  y: single;

  

  z: single;

  

  r: single;

  

  g: single;

  

  b: single;

  

  a: single;

  

  rad: single;

  

  totalLen: single;

  

  count: Integer;

  

  maxCount: Integer;

  

  texture: Integer;

  

  fading: Boolean;

  

  node: array of TVector;

  

  len: array of single;

  

end;



CT Web help

CodeTyphon Studio