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

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

Syntax

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

See Also