示例#1
0
 private void OnEnable()
 {
     this.manager = target as MrvcManager;
 }
示例#2
0
 void Awake()
 {
     this.manager = FindObjectOfType <MixedRemoteViewCompositor.MrvcManager>();
 }