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

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

Syntax

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

See Also