Entitas.Contexts.CreateBlueprintsContext C# (CSharp) Method

CreateBlueprintsContext() public static method

public static CreateBlueprintsContext ( ) : Context
return Context
        public static Context CreateBlueprintsContext()
        {
            return CreateContext("Blueprints", BlueprintsComponentIds.TotalComponents, BlueprintsComponentIds.componentNames, BlueprintsComponentIds.componentTypes);
        }