10 #include "GDCore/IDE/Project/ArbitraryObjectsWorker.h"
11 #include "GDCore/String.h"
16 class SerializerElement;
30 static void SerializeObjectWithCleanDefaultBehaviorFlags(
34 void DoVisitObject(
gd::Object&
object)
override;
ArbitraryObjectsWorker is an abstract class used to browse objects (and behaviors) and do some work o...
Definition: ArbitraryObjectsWorker.h:30
This is used for project exports to keep default behaviors in serialized data used by Runtime.
Definition: BehaviorDefaultFlagClearer.h:25
Base class used to represents a behavior that can be applied to an object. It stores the content (i....
Definition: Behavior.h:23
Represent an object of a platform.
Definition: Object.h:37
A generic container that can represent a value ( containing a string, double, bool or int),...
Definition: SerializerElement.h:37
Definition: CommonTools.h:24