C# Class SLua.LuaUnityEvent_float

Inheritance: LuaObject
Exibir arquivo Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Public Methods

Method Description
reg ( IntPtr l ) : void

Private Methods

Method Description
AddListener ( IntPtr l ) : int
Invoke ( IntPtr l ) : int
RemoveListener ( IntPtr l ) : int
checkType ( IntPtr l, int p, UnityEngine &ua ) : bool

Method Details

reg() public static method

public static reg ( IntPtr l ) : void
l System.IntPtr
return void