C# Class Lua_UnityEngine_SpriteRenderer, 2DPlatformer-SLua

Inheritance: LuaObject
Show file Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Public Methods

Method Description
reg ( IntPtr l ) : void

Private Methods

Method Description
constructor ( IntPtr l ) : int
get_color ( IntPtr l ) : int
get_flipX ( IntPtr l ) : int
get_flipY ( IntPtr l ) : int
get_sprite ( IntPtr l ) : int
set_color ( IntPtr l ) : int
set_flipX ( IntPtr l ) : int
set_flipY ( IntPtr l ) : int
set_sprite ( IntPtr l ) : int

Method Details

reg() public static method

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