C# Class LeanTweenWrap, UnityHello

Exibir arquivo Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
OnLevelWasLoaded ( IntPtr L ) : int
Update ( IntPtr L ) : int
add ( IntPtr L ) : int
addListener ( IntPtr L ) : int
alpha ( IntPtr L ) : int
alphaCanvas ( IntPtr L ) : int
alphaText ( IntPtr L ) : int
alphaVertex ( IntPtr L ) : int
cancel ( IntPtr L ) : int
cancelAll ( IntPtr L ) : int
closestRot ( IntPtr L ) : int
color ( IntPtr L ) : int
colorText ( IntPtr L ) : int
delayedCall ( IntPtr L ) : int
delayedSound ( IntPtr L ) : int
descr ( IntPtr L ) : int
description ( IntPtr L ) : int
descriptions ( IntPtr L ) : int
destroyAfter ( IntPtr L ) : int
dispatchEvent ( IntPtr L ) : int
drawBezierPath ( IntPtr L ) : int
get_EVENTS_MAX ( IntPtr L ) : int
get_LISTENERS_MAX ( IntPtr L ) : int
get_d ( IntPtr L ) : int
get_dtManual ( IntPtr L ) : int
get_maxSearch ( IntPtr L ) : int
get_startSearch ( IntPtr L ) : int
get_tau ( IntPtr L ) : int
get_throwErrors ( IntPtr L ) : int
get_tweenEmpty ( IntPtr L ) : int
get_tweensRunning ( IntPtr L ) : int
init ( IntPtr L ) : int
isTweening ( IntPtr L ) : int
logError ( IntPtr L ) : int
move ( IntPtr L ) : int
moveLocal ( IntPtr L ) : int
moveLocalX ( IntPtr L ) : int
moveLocalY ( IntPtr L ) : int
moveLocalZ ( IntPtr L ) : int
moveMargin ( IntPtr L ) : int
moveSpline ( IntPtr L ) : int
moveSplineLocal ( IntPtr L ) : int
moveX ( IntPtr L ) : int
moveY ( IntPtr L ) : int
moveZ ( IntPtr L ) : int
op_Equality ( IntPtr L ) : int
options ( IntPtr L ) : int
pause ( IntPtr L ) : int
pauseAll ( IntPtr L ) : int
play ( IntPtr L ) : int
removeListener ( IntPtr L ) : int
removeTween ( IntPtr L ) : int
reset ( IntPtr L ) : int
resume ( IntPtr L ) : int
resumeAll ( IntPtr L ) : int
rotate ( IntPtr L ) : int
rotateAround ( IntPtr L ) : int
rotateAroundLocal ( IntPtr L ) : int
rotateLocal ( IntPtr L ) : int
rotateX ( IntPtr L ) : int
rotateY ( IntPtr L ) : int
rotateZ ( IntPtr L ) : int
scale ( IntPtr L ) : int
scaleX ( IntPtr L ) : int
scaleY ( IntPtr L ) : int
scaleZ ( IntPtr L ) : int
set_EVENTS_MAX ( IntPtr L ) : int
set_LISTENERS_MAX ( IntPtr L ) : int
set_d ( IntPtr L ) : int
set_dtManual ( IntPtr L ) : int
set_startSearch ( IntPtr L ) : int
set_tau ( IntPtr L ) : int
set_throwErrors ( IntPtr L ) : int
textAlpha ( IntPtr L ) : int
textColor ( IntPtr L ) : int
update ( IntPtr L ) : int
value ( IntPtr L ) : int

Method Details

Register() public static method

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