コード例 #1
0
 // Use this for initialization
 void Start()
 {
     recorder = GetComponent <ActivityRecorder>();
 }
コード例 #2
0
 public void InjectRecorder(ActivityRecorder r)
 {
     ar = r;
 }
コード例 #3
0
 // Update is called once per frame
 void Update()
 {
     transform.rotation = skull.transform.rotation;
     recorder           = GameObject.Find("ActivityRecording").GetComponent <ActivityRecorder>();
 }