コード例 #1
0
 protected virtual void AttachScene()
 {
     scene = target as SnapshotScene;
 }
コード例 #2
0
 void OnEnable()
 {
     scene = target as SnapshotScene;
 }