C# (CSharp) Gearset Namespace

Nested Namespaces

Gearset.About
Gearset.Components
Gearset.UI

Classes

Name Description
AboutWindow Interaction logic for LicenseWindow.xaml
CompileErrorException
GS Wrapper for Gearset. It should be used instead of accessing Gearset's methods directly as it provides easy removal and threadsafeness.
GS.GearsetWrapperUpdater This class will call update on the Debug class so that it can pump queued calls from other threads.
GearsetComponent Provides a simple way to add Gearset to your game. Simply add this component to your Game's Component collection and you're set. (Additionally you have to add the [STAThread] attribute to your Main(string[] args) method (usually in program.cs)
GearsetComponentBase Base sealed class for Gearset game components.
InspectorMethodAttribute
ReflectionExtensionMethods
ReflectionHelper
Resource1
TextHelper Contains some helper methods for handling text.
UndoEngine
WindowHelper