Entitas.Contexts.CreateSomeOtherContextContext C# (CSharp) Method

CreateSomeOtherContextContext() public static method

public static CreateSomeOtherContextContext ( ) : Context
return Context
        public static Context CreateSomeOtherContextContext()
        {
            return CreateContext("SomeOtherContext", SomeOtherContextComponentIds.TotalComponents, SomeOtherContextComponentIds.componentNames, SomeOtherContextComponentIds.componentTypes);
        }