libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
Referencia del Archivo moSceneEffect.h
#include "moSequenceEffect.h"
#include "moConsole.h"
#include "moEffectManager.h"
Dependencia gráfica adjunta para moSceneEffect.h:
Gráfico de los archivos que directa o indirectamente incluyen a este archivo:

Ir al código fuente de este archivo.

Clases

class  moKeyEffect
 moKeyEffect Más...
 
class  moSceneState
 
class  moSceneEffect
 

Enumeraciones

enum  moSceneParamIndex {
  SCENE_INLET, SCENE_OUTLET, SCENE_SCRIPT, SCENE_ALPHA,
  SCENE_COLOR, SCENE_SYNC, SCENE_PHASE, SCENE_PREEFFECTS,
  SCENE_EFFECTS, SCENE_POSTEFFECTS, SCENE_STATES, SCENE_SEQUENCE_MODE,
  SCENE_SEQUENCE_DURATION, SCENE_SEQUENCE_LOOP, SCENE_CREATE_LAYER
}
 

Funciones

 moDeclareExportedDynamicArray (moKeyEffect, moKeys)
 moKeys Más...
 

Documentación de las enumeraciones

◆ moSceneParamIndex

Valores de enumeraciones
SCENE_INLET 
SCENE_OUTLET 
SCENE_SCRIPT 
SCENE_ALPHA 
SCENE_COLOR 
SCENE_SYNC 
SCENE_PHASE 
SCENE_PREEFFECTS 
SCENE_EFFECTS 
SCENE_POSTEFFECTS 
SCENE_STATES 
SCENE_SEQUENCE_MODE 
SCENE_SEQUENCE_DURATION 

mode is by default: 0:fixed (no automatic advance between states), 1: automatic move to next sequence, 2:

SCENE_SEQUENCE_LOOP 

if mode is 1 (sequence mode) > the sequence is play in TOTAL_DURATION

SCENE_CREATE_LAYER 

if mode is 1: and loop is 1: sequence loop over the states... create and independent FB

Definición en la línea 39 del archivo moSceneEffect.h.

Documentación de las funciones

◆ moDeclareExportedDynamicArray()

moDeclareExportedDynamicArray ( moKeyEffect  ,
moKeys   
)

moKeys

Arreglo de moKeyEffects

Gráfico de llamadas a esta función: