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

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

Syntax

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

See Also