[]
Internal use 插件中使用AI时的参数
public class AIActionEventArgs : EventArgs
Internal use 插件中使用AI时的参数
public AIActionEventArgs()
Internal use
public string Action { get; set; }
类型 | 描述 |
---|---|
string |
Internal use
public Dictionary<string, object> Params { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, object> |