Module handler

Source
Expand description

This module provides the main traits for creating FFGL plugins Use simplified for a simpler way to create plugins

Modules§

simplified
This module provides a simplified way to implement a plugin

Traits§

FFGLHandler
This type is created once per plugin load. You can use it to store static state and create instances
FFGLInstance
This type is created once per instance of a plugin