Attaches animator to the sprite.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual void Attach(
	XSprite value,
	bool installHandler
)

Parameters

value
Type: SGP.XSpace..::.XSprite
Sprite value where the animator will be connected to.
installHandler
Type: System..::.Boolean
Defines whether the Animate event handler should be installed to carry out the animation.

See Also