mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 04:19:42 -05:00
Apply formatter
This commit is contained in:
@@ -22,7 +22,7 @@ namespace VRM
|
||||
return obj.RelativePath.GetHashCode() + obj.Index;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private static DictionaryKeyBlendShapeBindingComparer comparer = new DictionaryKeyBlendShapeBindingComparer();
|
||||
|
||||
/// <summary>
|
||||
@@ -34,7 +34,7 @@ namespace VRM
|
||||
Dictionary<BlendShapeBinding, float> m_blendShapeValueMap = new Dictionary<BlendShapeBinding, float>(comparer);
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Dictionary<BlendShapeBinding, Action<float>> m_blendShapeSetterMap = new Dictionary<BlendShapeBinding, Action<float>>(comparer);
|
||||
@@ -118,4 +118,4 @@ namespace VRM
|
||||
m_blendShapeValueMap.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user