mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
fix(scene): 修复场景工厂接口参数命名错误
- 修正了 Create 方法中参数名从 sceneKy 到 sceneKey 的拼写错误 - 更新了 XML 文档注释中的参数名称以保持一致性
This commit is contained in:
parent
629c0a70a9
commit
c0dda5a341
@ -24,7 +24,7 @@ public interface ISceneFactory : IContextUtility
|
||||
/// <summary>
|
||||
/// 根据指定的场景键值创建场景行为实例。
|
||||
/// </summary>
|
||||
/// <param name="sceneKy">场景的唯一标识符键值。</param>
|
||||
/// <param name="sceneKey">场景的唯一标识符键值。</param>
|
||||
/// <returns>创建的场景行为对象,如果无法创建则返回null。</returns>
|
||||
ISceneBehavior Create(string sceneKy);
|
||||
ISceneBehavior Create(string sceneKey);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user