Blender
V3.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
ShaderFxData | shaderfx |
int | flag |
int | flipmode |
ShaderFxData_Runtime | runtime |
Definition at line 114 of file DNA_shader_fx_types.h.
int FlipShaderFxData::flag |
Flags.
Definition at line 117 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_flip(), and initData().
int FlipShaderFxData::flipmode |
Internal, not visible in rna.
Definition at line 119 of file DNA_shader_fx_types.h.
ShaderFxData_Runtime FlipShaderFxData::runtime |
Definition at line 120 of file DNA_shader_fx_types.h.
ShaderFxData FlipShaderFxData::shaderfx |
Definition at line 115 of file DNA_shader_fx_types.h.