Entitas.Contexts.CreateOtherContextContext C# (CSharp) Method

CreateOtherContextContext() public static method

public static CreateOtherContextContext ( ) : Context
return Context
        public static Context CreateOtherContextContext()
        {
            return CreateContext("OtherContext", OtherContextComponentIds.TotalComponents, OtherContextComponentIds.componentNames, OtherContextComponentIds.componentTypes);
        }