| LookAtIKSolverUp Property |
Gets or sets the up direction 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 Up { get; set; }
Public Property Up As Vector3F
Get
Set
public:
property Vector3F Up {
Vector3F get ();
void set (Vector3F value);
}
member Up : Vector3F with get, set
Property Value
Type:
Vector3FThe up direction in bone space.
See Also