コード例 #1
0
 public void OnEnable()
 {
     manager       = (VideoCaptureManager)target;
     videoCaptures = serializedObject.FindProperty("videoCaptures");
 }
コード例 #2
0
 private void Awake()
 {
     videoCaptureManager         = GetComponent <VideoCaptureManager>();
     Application.runInBackground = true;
 }