Click or drag to resize

SpriteManagerStateExtensionsCopyFrom Method

Copies from a source ISpriteManagerState to a target ISpriteManagerState.

Namespace:  SpriteMan3D
Assembly:  SpriteMan3D (in SpriteMan3D.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static void CopyFrom(
	this ISpriteManagerState target,
	ISpriteManagerState source
)

Parameters

target
Type: SpriteMan3DISpriteManagerState
source
Type: SpriteMan3DISpriteManagerState

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISpriteManagerState. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
This utility is used to generate new SpriteManagerState objects and to copy SpriteManagerState to SpriteManager instances. Both those classes implement ISpriteManagerState.
See Also