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