protected virtual void AttachScene()
 {
     scene = target as SnapshotScene;
 }
Exemplo n.º 2
0
 void OnEnable()
 {
     scene = target as SnapshotScene;
 }