Пример #1
0
 void DrawGUINotes()
 {
     if (_outdated)
     {
         SwfEditorUtils.DrawOutdatedGUINotes("SwfAsset", _assets);
     }
 }
Пример #2
0
 void DrawGUINotes()
 {
     if (_outdated)
     {
         SwfEditorUtils.DrawOutdatedGUINotes("SwfClip", _clips);
     }
 }
Пример #3
0
 void DrawGUINotes()
 {
     SwfEditorUtils.DrawMasksGUINotes();
     if (_outdated)
     {
         SwfEditorUtils.DrawOutdatedGUINotes("SwfClipAsset", _clips);
     }
 }