お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseCombine 関数により staticBatchRoot
の子オブジェクト全てを static バッチングの準備を行ないます。
子オブジェクトを連結するとそれらの Transform
は変更できなくなりますが、 staticBatchRoot
を移動することは出来ます。
Combine 関数により staticBatchRoot
の子オブジェクト gos
全てを static バッチングの準備を行ないます。 staticBatchRoot
はそれらの親オブジェクトとして扱われます。
連結するとそれら複数の gos
の Transform
は変更できなくなりますが、 staticBatchRoot
を移動することは出来ます。