Interface IGhostDefaultOverridesModifier
Create a class implementing this interface in one of the NetCodeGen assemblies to override the default set of ghosts.
There can only be exactly one instance of this, having more will give you errors.
Syntax
public interface IGhostDefaultOverridesModifier
Methods
Modify(Dictionary<String, GhostAuthoringComponentEditor.GhostComponent>)
Declaration
void Modify(Dictionary<string, GhostAuthoringComponentEditor.GhostComponent> overrides)
Parameters
ModifyAlwaysIncludedAssembly(HashSet<String>)
Declaration
void ModifyAlwaysIncludedAssembly(HashSet<string> alwaysIncludedAssemblies)
Parameters
ModifyTypeRegistry(TypeRegistry, String)
Declaration
void ModifyTypeRegistry(TypeRegistry typeRegistry, string netCodeGenAssemblyPath)
Parameters