Beispiel #1
0
 public void UpdateSkinnedMeshApproximateBoundsFromBones()
 {
     if (_ValidateForUpdateSkinnedMeshBounds())
     {
         meshCombiner.UpdateSkinnedMeshApproximateBoundsFromBones();
     }
 }