protected virtual void AttachScene()
 {
     scene = target as SnapshotScene;
 }
Example #2
0
 void OnEnable()
 {
     scene = target as SnapshotScene;
 }