Updates the animation transform.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void UpdateAnimationTransform(
	XSprite sprite,
	Matrix transform
)

Parameters

sprite
Type: SGP.XSpace..::.XSprite
The XSprite sprite being updated.
transform
Type: Matrix
New transforming Matrix matrix.

Exceptions

ExceptionCondition
System..::.ArgumentNullException sprite is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also