コード例 #1
0
 public static float GetValue(this VRMBlendShapeProxy proxy, BlendShapePreset key)
 {
     return(proxy.GetValue(BlendShapeKey.CreateFromPreset(key)));
 }