Updates the frame transforming matrix.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] protected void UpdateFrameTransform( XAnimationFrame frame, Matrix transform ) |
Parameters
- frame
- Type: SGP.XSpace..::.XAnimationFrame
The XAnimationFrame animation frame.
- transform
- Type: Matrix
Updated transforming Matrix matrix.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | frame is nullNothingnullptra null reference (Nothing in Visual Basic). |