Click or drag to resize

CursorManagerAddCurrentCursor Method

Put a CursorDefinition on top of the stack, making it the active cursor.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddCurrentCursor(
	CursorDefinition cursorDefinition,
	bool clearStackBeforeAdd = false
)

Parameters

cursorDefinition
Type: DustProductions.CoreCursorDefinition
The CursorDefinition to add to the stack
clearStackBeforeAdd (Optional)
Type: SystemBoolean
Whether or not to delete all the other items from the stack before adding
See Also