C# Class Aiv.Fast2D.Example.ParticleSystem.Particle

Show file Open project: aiv01/aiv-fast2d

Public Properties

Property Type Description
gravity System.Vector2
life float
speed float
velocity System.Vector2

Property Details

gravity public property

public Vector2,System gravity
return System.Vector2

life public property

public float life
return float

speed public property

public float speed
return float

velocity public property

public Vector2,System velocity
return System.Vector2