[Missing <summary> documentation for "P:AW.Cloth.HardStretchLimit"]

Namespace: AW
Assembly: AW.Core (in AW.Core.dll) Version: 0.3.11.100

Syntax

C#
public float HardStretchLimit { get; set; }
Visual Basic
Public Property HardStretchLimit As Single
	Get
	Set
Visual C++
public:
property float HardStretchLimit {
	float get ();
	void set (float value);
}

See Also