RestitutionCoefficient Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets or sets the restitution coefficient (bounce factor) of Particles when the hit the deflector.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public VariableFloat RestitutionCoefficient { get; set; }
Visual Basic (Declaration)
Public Property RestitutionCoefficient As VariableFloat
Visual C++
public:
property VariableFloat RestitutionCoefficient {
	VariableFloat get ();
	void set (VariableFloat value);
}

See Also