예제 #1
0
        public void OnEnable()
        {
            sequenceCapture = (SequenceCapture)target;

            regularCamera = serializedObject.FindProperty("regularCamera");
            stereoCamera  = serializedObject.FindProperty("stereoCamera");
            inputTexture  = serializedObject.FindProperty("inputTexture");
            cursorImage   = serializedObject.FindProperty("cursorImage");
        }
예제 #2
0
 private void Awake()
 {
     sequenceCapture             = GetComponent <SequenceCapture>();
     Application.runInBackground = true;
 }