Click or drag to resize
SpriteEntityCopyStep Method
Copy spritesheet step from other sprite.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyStep(
	SpriteEntity other
)

Parameters

other
Type: GeonBit.Core.GraphicsSpriteEntity
Other sprite to copy step from.
See Also