Entitas.Contexts.CreateContextCContext C# (CSharp) Method

CreateContextCContext() public static method

public static CreateContextCContext ( ) : Context
return Context
        public static Context CreateContextCContext()
        {
            return CreateContext("ContextC", ContextCComponentIds.TotalComponents, ContextCComponentIds.componentNames, ContextCComponentIds.componentTypes);
        }