Updates the animation transform.
Namespace:
SGP.XSpaceAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentNullException | sprite is nullNothingnullptra null reference (Nothing in Visual Basic). |