FindObjectsOfTypeAllInHierarchy() публичный статический Метод

Find all objects that only ACTIVE in hierarchy.
public static FindObjectsOfTypeAllInHierarchy ( ) : T[]
Результат T[]
        /* Setter & Getter */

        /* Functions */

        private void Awake()
        {
            instance = this;

            // get all the scene layer in the scene.
            // so it could be manage
            mJCSOrderLayer = JCS_Util.FindObjectsOfTypeAllInHierarchy <JCS_OrderLayer>();
        }