mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
EditorEditMode のデフォルト値を Advanced に変更
This commit is contained in:
@@ -228,6 +228,12 @@ namespace UniVRM10
|
||||
{
|
||||
yield return (MToon10Prop.UvAnimationRotationSpeedFactor.ToUnityShaderLabName(), uvAnimSpeedRotation.Value);
|
||||
}
|
||||
|
||||
// UI
|
||||
if (true /* TODO: mToon.IsAdvancedMode */)
|
||||
{
|
||||
yield return (MToon10Prop.EditorEditMode.ToUnityShaderLabName(), 1);
|
||||
}
|
||||
}
|
||||
|
||||
public static IEnumerable<(string key, Vector4 value)> TryGetAllFloatArrays(glTFMaterial material, VRMC_materials_mtoon mToon)
|
||||
|
||||
Reference in New Issue
Block a user