C# Class CapgeminiSurface.Particle

Show file Open project: smalice/SurfaceWPFApp Class Usage Examples

Public Properties

Property Type Description
Decay double
Duration double
Position System.Windows.Media.Media3D.Point3D
Size double
StartDuration double
StartSize double
Velocity System.Windows.Media.Media3D.Vector3D

Property Details

Decay public property

public double Decay
return double

Duration public property

public double Duration
return double

Position public property

public Point3D,System.Windows.Media.Media3D Position
return System.Windows.Media.Media3D.Point3D

Size public property

public double Size
return double

StartDuration public property

public double StartDuration
return double

StartSize public property

public double StartSize
return double

Velocity public property

public Vector3D,System.Windows.Media.Media3D Velocity
return System.Windows.Media.Media3D.Vector3D