protected virtual void AttachScene()
 {
     scene = target as SnapshotScene;
 }
Пример #2
0
 void OnEnable()
 {
     scene = target as SnapshotScene;
 }