Get or Set the owner of a skin.

Namespace: JigLibX.Collision
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

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

See Also