Sets yaw (horizontal divergence) in radians.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public virtual void Yaw(
	float angleDelta
)

Parameters

angleDelta
Type: System..::.Single
Yaw (horizontal divergence) in radians.

Implements

IXSpriteController..::.Yaw(Single)

See Also