Entitas.Contexts.CreateSomeContextContext C# (CSharp) Method

CreateSomeContextContext() public static method

public static CreateSomeContextContext ( ) : Context
return Context
        public static Context CreateSomeContextContext()
        {
            return CreateContext("SomeContext", SomeContextComponentIds.TotalComponents, SomeContextComponentIds.componentNames, SomeContextComponentIds.componentTypes);
        }