Пример #1
0
 private void OnEnable()
 {
     gray   = (Gray)target;
     isGray = serializedObject.FindProperty("isGray");
     gray.Init();
 }