C# Class LTSplineWrap, UnityHello

Mostra file Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
_CreateLTSpline ( IntPtr L ) : int
get_DISTANCE_COUNT ( IntPtr L ) : int
get_SUBLINE_COUNT ( IntPtr L ) : int
get_orientToPath ( IntPtr L ) : int
get_orientToPath2d ( IntPtr L ) : int
get_pts ( IntPtr L ) : int
get_ptsAdj ( IntPtr L ) : int
get_ptsAdjLength ( IntPtr L ) : int
gizmoDraw ( IntPtr L ) : int
interp ( IntPtr L ) : int
map ( IntPtr L ) : int
place ( IntPtr L ) : int
place2d ( IntPtr L ) : int
placeLocal ( IntPtr L ) : int
placeLocal2d ( IntPtr L ) : int
point ( IntPtr L ) : int
set_DISTANCE_COUNT ( IntPtr L ) : int
set_SUBLINE_COUNT ( IntPtr L ) : int
set_orientToPath ( IntPtr L ) : int
set_orientToPath2d ( IntPtr L ) : int
set_pts ( IntPtr L ) : int
set_ptsAdj ( IntPtr L ) : int
set_ptsAdjLength ( IntPtr L ) : int

Method Details

Register() public static method

public static Register ( LuaState L ) : void
L LuaState
return void