This commit is contained in:
CortexCore
2024-03-29 00:58:24 +08:00
parent 967ad8eacf
commit 05315ef4a8
232 changed files with 53368 additions and 8539 deletions

View File

@@ -1279,6 +1279,12 @@ namespace MagicaCloth2
// MappingMesh登録
var mappingChunk = MagicaManager.VMesh.RegisterMappingMesh(TeamId, renderMeshContainer);
// コンポーネントがすでに有効状態ならば利用開始
if (IsState(State_Enable))
{
MagicaManager.Render.StartUse(this, renderHandle);
}
// 完了
renderMesh.result.SetSuccess();