点击或拖拽改变大小

EventHelperCreateAdventureActor 方法

创建一个奇遇演员

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static EventActorData CreateAdventureActor(
	short templateId,
	string key,
	EventArgBox argBox
)

参数

templateId  Int16
使用的演员预设idEventActors
key  String
存储到参数盒子的key
argBox  EventArgBox
存储到的参数盒子

返回值

EventActorData
创建好的奇遇演员数据
参见