代码拉取完成,页面将自动刷新
namespace KBEngine
{
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
/*
实体定义的方法模块
抽象出一个def文件中定义的方法,改模块类提供了该方法的相关描述信息
例如:方法的参数、方法的id、方法对应脚本的handler
*/
public class Method
{
public string name = "";
public UInt16 methodUtype = 0;
public Int16 aliasID = -1;
public List<KBEDATATYPE_BASE> args = new List<KBEDATATYPE_BASE>();
public System.Reflection.MethodInfo handler = null;
public Method()
{
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。