Asgard.ScriptSystem.Javascript.Modules.EntityModule.AspectAll C# (CSharp) Method

AspectAll() public method

public AspectAll ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
type1 string
type2 string
type3 string
type4 string
return Artemis.Aspect
        public Aspect AspectAll(string type1, string type2, string type3, string type4)
        {
            var types = ConvertTypeList(type1, type2, type3, type4);
            return Aspect.All(types);
        }