12class IPropertySetter {
22 IPropertySetter& operator=(IPropertySetter
const&);
23 IPropertySetter(IPropertySetter
const&);
29 virtual ~IPropertySetter() =
default;
31 virtual ::Scripting::ResultAny set(::entt::meta_handle, ::entt::meta_any) = 0;
33 virtual ::entt::meta_type type()
const = 0;
35 virtual ::std::optional<::entt::meta_type> ownerType()
const = 0;
37 virtual bool isMemberFunction()
const;