C# 클래스 Schumix.Components.LuaEngine.LuaFunctionDescriptor

Class used to describe and register Lua functions. Mainly related to attribute-based registering.
파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
LuaFunctionDescriptor ( string functionName, string functionDoc, List functionParams ) : System.Collections.Generic

Creates a new instance of LuaFunctionDescriptor

메소드 상세

LuaFunctionDescriptor() 공개 메소드

Creates a new instance of LuaFunctionDescriptor
public LuaFunctionDescriptor ( string functionName, string functionDoc, List functionParams ) : System.Collections.Generic
functionName string The Lua functio name.
functionDoc string The function documentation.
functionParams List The function's parameters.
리턴 System.Collections.Generic