Plugins

The place where all the magic happens.

Table of contents

Plugins are the primary functionality provider in the Snowboard framework. The intention is that plugins are compartmentalized pieces of unique functionality that provide the various controls and features in your application. A plugin is defined as a class that extends the PluginBase or Singleton

Plugin life-cycle

Constructing a plugin

Destructing a plugin

Singletons