struct
#include <Spore/UTFWin/Serialization.h>
PropertyMethods Structure used to define access methods for special property types.
Contents
- Reference
Public types
- using Getter = bool(*)(void*arg_0, void*, const ComponentSerialization&serialization)
- using Setter = bool(*)(void*arg_0, void*, const ComponentSerialization&serialization)
- using SerializerGetter = bool(*)(Serializer&dst, const Serializer&parentSerializer, const SerializedProperty*prop)