Attaches the controller to the XSprite sprite.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual void Attach(
	XSprite sprite
)

Parameters

sprite
Type: SGP.XSpace..::.XSprite
The XSprite sprite that the controller will be attached to.

See Also