Ejemplo n.º 1
0
        public IEnumerable <Object> FetchDependencies(ISerializedFile file, bool isLog = false)
        {
            yield return(Plane0.FetchDependency(file, isLog, () => nameof(CollisionModule), "m_Plane0"));

            yield return(Plane1.FetchDependency(file, isLog, () => nameof(CollisionModule), "m_Plane1"));

            yield return(Plane2.FetchDependency(file, isLog, () => nameof(CollisionModule), "m_Plane2"));

            yield return(Plane3.FetchDependency(file, isLog, () => nameof(CollisionModule), "m_Plane3"));

            yield return(Plane4.FetchDependency(file, isLog, () => nameof(CollisionModule), "m_Plane4"));

            yield return(Plane5.FetchDependency(file, isLog, () => nameof(CollisionModule), "m_Plane5"));
        }