2using System.Collections.Generic;
4using System.Reflection;
5using System.Diagnostics;
6using System.Runtime.CompilerServices;
10using Microsoft.Xna.Framework;
11using Microsoft.Xna.Framework.Input;
12using Microsoft.Xna.Framework.Graphics;
41 [CUISerializable]
public static bool ForceSaveAllProps {
get;
set; } =
false;
Base class for all components.
bool ReplaceSerialization
If true, deserialized component will replace existing component with the same AKA instead of creating...
bool SerializeChildren
Is this a serialization cutoff point Parent will serialize children down to this component and stop...
bool MergeSerialization
If true it won't be deserialized, Instead its children will be detached and attached to the compone...
bool Serializable
If false then this component and its children won't be serialized.