C# Class SLua.LuaFunction

Inheritance: LuaVar
Exibir arquivo Open project: tenvick/hugula Class Usage Examples

Public Methods

Method Description
call ( Vector2 a1 ) : object
call ( Vector3 a1 ) : object
call ( float a1 ) : object
call ( int a1 ) : object
call ( int a1, UnityEngine a2 ) : object
call ( object a1, Vector2 a2 ) : object
call ( object a1, Vector3 a2 ) : object
call ( object a1, bool a2 ) : object
call ( string a1 ) : object
call ( string a1, object a2 ) : object

Method Details

call() public method

public call ( Vector2 a1 ) : object
a1 Vector2
return object

call() public method

public call ( Vector3 a1 ) : object
a1 Vector3
return object

call() public method

public call ( float a1 ) : object
a1 float
return object

call() public method

public call ( int a1 ) : object
a1 int
return object

call() public method

public call ( int a1, UnityEngine a2 ) : object
a1 int
a2 UnityEngine
return object

call() public method

public call ( object a1, Vector2 a2 ) : object
a1 object
a2 Vector2
return object

call() public method

public call ( object a1, Vector3 a2 ) : object
a1 object
a2 Vector3
return object

call() public method

public call ( object a1, bool a2 ) : object
a1 object
a2 bool
return object

call() public method

public call ( string a1 ) : object
a1 string
return object

call() public method

public call ( string a1, object a2 ) : object
a1 string
a2 object
return object