C# Class SimpleFramework.LuaBehaviour

Inheritance: View
ファイルを表示 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_oe static_oe property

protected static bool initialize
return bool

luaClassName public_oe property

public string luaClassName
return string

luaInstance public_oe property

public object luaInstance
return object

modulePath public_oe property

public string modulePath
return string

transforms public_oe property

public List transforms
return List