コード例 #1
0
 protected override void OnEnable()
 {
     base.OnEnable();
     _masterPulse = target as MasterPulseModule;
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     this.pitchShifter = gameObject.GetComponent<PitchShifter>();
     this.masterPulseModule = gameObject.GetComponent<MasterPulseModule>();
 }