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