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