Unit 'zgl_particles_2d' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_zengl]

zglTParticle2D

Declaration

Source position: zgl_particles_2d.pas line 99

type zglTParticle2D = record

  _private: record

  

    lColorID: Integer;

  

    lAlphaID: Integer;

  

    lSizeXID: Integer;

  

    lSizeYID: Integer;

  

    lVelocityID: Integer;

  

    laVelocityID: Integer;

  

    lSpinID: Integer;

  

  end;

  ID: Integer;

  

  Life: Single;

  

  LifeTime: Integer;

  

  Time: Double;

  

  Frame: Word;

  

  Color: LongWord;

  

  Alpha: Byte;

  

  Position: zglTPoint2D;

  

  Size: zglTPoint2D;

  

  SizeS: zglTPoint2D;

  

  Angle: Single;

  

  Direction: Single;

  

  Velocity: Single;

  

  VelocityS: Single;

  

  aVelocity: Single;

  

  aVelocityS: Single;

  

  Spin: Single;

  

end;



CT Web help

CodeTyphon Studio