C# Class SimpleFramework.LuaBehaviour

Inheritance: View
Show file Open project: QiuBuZai/UnityLuaFramework Class Usage Examples

Public Properties

Property Type Description
luaClassName string
luaInstance object
modulePath string
transforms List

Protected Properties

Property Type Description
initialize bool

Protected Methods

Method Description
CallLuaMethod ( string funcName ) : object[]
CallMethod ( string func ) : object[]
LoadLuaFile ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnDestory ( ) : void
Start ( ) : void

Method Details

CallLuaMethod() protected method

protected CallLuaMethod ( string funcName ) : object[]
funcName string
return object[]

CallMethod() protected method

protected CallMethod ( string func ) : object[]
func string
return object[]

LoadLuaFile() protected method

protected LoadLuaFile ( ) : void
return void

Property Details

initialize protected static property

protected static bool initialize
return bool

luaClassName public property

public string luaClassName
return string

luaInstance public property

public object luaInstance
return object

modulePath public property

public string modulePath
return string

transforms public property

public List transforms
return List