超大量的更新 修复很多问题,gameplay特效初步
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
@@ -321,10 +321,10 @@ namespace MCPForUnity.Editor.Helpers
|
||||
/// Normalizes a property name by removing separators and converting to camelCase.
|
||||
/// Handles common naming variations from LLMs and humans.
|
||||
/// Examples:
|
||||
/// "Use Gravity" → "useGravity"
|
||||
/// "is_kinematic" → "isKinematic"
|
||||
/// "max-angular-velocity" → "maxAngularVelocity"
|
||||
/// "Angular Drag" → "angularDrag"
|
||||
/// Documentation text normalized.
|
||||
/// Documentation text normalized.
|
||||
/// Documentation text normalized.
|
||||
/// Documentation text normalized.
|
||||
/// </summary>
|
||||
/// <param name="input">The property name to normalize</param>
|
||||
/// <returns>The normalized camelCase property name</returns>
|
||||
|
||||
Reference in New Issue
Block a user