|
Blender
V2.93
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| struct Object * | object |
| int | flag |
| int | radius |
| float | angle |
| int | transparent |
| ShaderFxData_Runtime | runtime |
Definition at line 231 of file DNA_shader_fx_types.h.
| float SwirlShaderFxData::angle |
Definition at line 237 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_swirl(), and initData().
| int SwirlShaderFxData::flag |
Flags.
Definition at line 235 of file DNA_shader_fx_types.h.
| struct Object* SwirlShaderFxData::object |
Definition at line 233 of file DNA_shader_fx_types.h.
Referenced by foreachIDLink(), gpencil_vfx_swirl(), isDisabled(), and updateDepsgraph().
| int SwirlShaderFxData::radius |
Definition at line 236 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_swirl(), and initData().
| ShaderFxData_Runtime SwirlShaderFxData::runtime |
Definition at line 240 of file DNA_shader_fx_types.h.
| ShaderFxData SwirlShaderFxData::shaderfx |
Definition at line 232 of file DNA_shader_fx_types.h.
| int SwirlShaderFxData::transparent |
Not visible in rna.
Definition at line 239 of file DNA_shader_fx_types.h.