CommonLibSSE NG
ImageSpaceEffectOption.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_ImageSpaceEffectOption;
11 
12  ~ImageSpaceEffectOption() override; // 00
13 
14  // override (ImageSpaceEffect)
15  void Render(BSTriShape* a_shape, ImageSpaceEffectParam* a_param) override; // 01
16 
17  // members
19  };
20  static_assert(sizeof(ImageSpaceEffectOption) == 0xA8);
21 }
Definition: BSTriShape.h:8
Definition: ImageSpaceEffectOption.h:8
static constexpr auto RTTI
Definition: ImageSpaceEffectOption.h:10
void Render(BSTriShape *a_shape, ImageSpaceEffectParam *a_param) override
~ImageSpaceEffectOption() override
NiTPrimitiveArray< bool > options
Definition: ImageSpaceEffectOption.h:18
Definition: ImageSpaceEffectParam.h:6
Definition: ImageSpaceEffect.h:12
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ImageSpaceEffectOption(692041, 400085, 0x1f80238)