Field ContextFeatures
- Namespace
- Gamelogic.Extensions.Editor.Internal
- Assembly
- Gamelogic.Extensions.Editor.dll
Keeps a list of features supported in the context of this asset.
public static readonly Dictionary<string, bool> ContextFeatures
Returns
- Dictionary<string, bool>
- Keeps a list of features supported in the context of this asset.
Remarks
Gamelogic plugins add entries to this dictionary so that it is easier to see what code branches should be active.