Unit 'XGR32_ParticleSnow' Package
[Overview][Classes][Index] [#pl_graphics32ext]

TGRSnowParticle

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: XGR32_ParticleSnow.pas line 33

type TGRSnowParticle = class(TGRCustomParticle)

protected

  procedure Reset; override;

  

public

  MaxA: Integer;

  

  MaxScaleX: TFloat;

  

  MaxScaleY: TFloat;

  

  MaxWobble: Integer;

  

  MaxX: TFloat;

  

  MaxY: TFloat;

  

  MinA: Integer;

  

  MinScaleX: TFloat;

  

  MinScaleY: TFloat;

  

  MinWobble: Integer;

  

  MinX: TFloat;

  

  MinY: TFloat;

  

  constructor Create(); override;

  

  class procedure InitParticleEngine(); override;

  

  procedure Move(); override;

  

end;

Inheritance

TGRSnowParticle

  

|

TGRCustomParticle

  

|

TGRImageSprite

  

|

TGRSprite

  

|

TObject



CT Web help

CodeTyphon Studio