Пример #1
0
        /// <summary>
        /// 获得所有的座位
        /// </summary>
        /// <returns>The all aeats.</returns>
        public static L_Actor_Seat[] GetAllAeats()
        {
            GameObject actors = L_ActorManager.It.ActorRoot;

            return(actors.GetComponentsInChildren <L_Actor_Seat> ());
        }