__declspec(property(get = GetEditorActive, put = SetEditorActive)) bool EditorActive;
Returns True, if the component editor is displayed.
Read:
bool GetEditorActive();Write:
void SetEditorActive(const bool Value);Declared in Dew::Math::TMtxComponent · Dew.Math/MtxBaseComp.h · Cross-compiler