コード例 #1
0
 private void Start()
 {
     component = new ClickthroughComponent(this);
 }
コード例 #2
0
 private void OnEnable()
 {
     component = new ClickthroughComponent(this);
     DATA.GLOBAL.Add(this);
 }