| IKSolverTarget Property |
Gets or sets the target position in model space.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public Vector3F Target { get; set; }
Public Property Target As Vector3F
Get
Set
public:
property Vector3F Target {
Vector3F get ();
void set (Vector3F value);
}
member Target : Vector3F with get, set
Property Value
Type:
Vector3FThe target position in model space.
See Also