Exemple #1
0
            internal PrefabSelectionCandidate CreateWithoutSet(PrefabSet exclude, PrefabMapping newMapping)
            {
                var sets     = FreeSets.Except(exclude);
                var mappings = new List <PrefabMapping>(Mappings)
                {
                    newMapping
                };

                return(new PrefabSelectionCandidate(sets, mappings));
            }