UseJob default true

This commit is contained in:
ousttrue
2024-11-29 03:24:02 +09:00
parent 9a22db7340
commit c75dd199a5

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UniVRM10;
namespace UniVRM10.ClothWarp.Components
{
@@ -17,7 +17,7 @@ namespace UniVRM10.ClothWarp.Components
public List<ClothGrid> Cloths = new();
[SerializeField]
public bool UseJob;
public bool UseJob = true;
IVrm10SpringBoneRuntime m_runtime;
public IVrm10SpringBoneRuntime CreateSpringBoneRuntime()