Table of Contents

Class Cineblend

Namespace
Gasimo.CineBlend
Assembly
Cineblend.CSharp.dll

CineFlax Plugin

public class Cineblend : GamePlugin
Inheritance
object
Object
Plugin
GamePlugin
Cineblend

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