CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAfxMcDspInitializer Class Reference

A component used to initialize McDSP effects. More...

Inherits MonoBehaviour.

Static Public Member Functions

static void AddInterfaces ()
 Effect interface batch manual registration method More...
 

Detailed Description

A component used to initialize McDSP effects.

Description:
This is an initialization component that registers the McDSP effects with the Atom library.
By placing this component in the same initialization scene as CriWareInitializer etc., the effects can be automatically registered.
If you want to initialize from a script, please call CriAfxMcDspInitializer::AddInterfaces before registering the ACF file.

Member Function Documentation

static void AddInterfaces ( )
inlinestatic

Effect interface batch manual registration method

Description:
Registers the McDSP effects interface with the Atom library.
Calling this function is not necessary if you initialize this class by placing it in the scene.
Please call it when you want to initialize the class from your own script.
Note:
Be sure to do this before registering the ACF file.

The documentation for this class was generated from the following file: