Class Cineblend
CineFlax Plugin
public class Cineblend : GamePlugin
- Inheritance
-
objectObjectPluginGamePluginCineblend
Constructors
Cineblend()
Initializes a new instance of the FlaxEngine.GamePlugin.
public Cineblend()
Methods
Deinitialize()
Cleanup method called when this plugin is being unloaded or reloaded or engine is closing.
public override void Deinitialize()
Initialize()
Initialization method called when this plugin is loaded to the memory and can be used.
public override void Initialize()
See Also
GamePlugin