コード例 #1
0
 private void Awake()
 {
     StaticBatchingRoot = GetComponentInParent <StaticBatchingRoot>();
     StaticBatchingRoot.AddObject(this, RebakeOnAwake);
 }
コード例 #2
0
 private void Awake()
 {
     StaticBatchingRoot = GetComponentInParent<StaticBatchingRoot>();
     StaticBatchingRoot.AddObject(this, RebakeOnAwake);
 }