C# Class UnityEngine_CanvasWrap, UnityHello

显示文件 Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
ForceUpdateCanvases ( IntPtr L ) : int
GetDefaultCanvasMaterial ( IntPtr L ) : int
UnityEngine_Canvas_WillRenderCanvases ( IntPtr L ) : int
_CreateUnityEngine_Canvas ( IntPtr L ) : int
get_cachedSortingLayerValue ( IntPtr L ) : int
get_isRootCanvas ( IntPtr L ) : int
get_overridePixelPerfect ( IntPtr L ) : int
get_overrideSorting ( IntPtr L ) : int
get_pixelPerfect ( IntPtr L ) : int
get_pixelRect ( IntPtr L ) : int
get_planeDistance ( IntPtr L ) : int
get_referencePixelsPerUnit ( IntPtr L ) : int
get_renderMode ( IntPtr L ) : int
get_renderOrder ( IntPtr L ) : int
get_scaleFactor ( IntPtr L ) : int
get_sortingGridNormalizedSize ( IntPtr L ) : int
get_sortingLayerID ( IntPtr L ) : int
get_sortingLayerName ( IntPtr L ) : int
get_sortingOrder ( IntPtr L ) : int
get_targetDisplay ( IntPtr L ) : int
get_willRenderCanvases ( IntPtr L ) : int
get_worldCamera ( IntPtr L ) : int
op_Equality ( IntPtr L ) : int
set_overridePixelPerfect ( IntPtr L ) : int
set_overrideSorting ( IntPtr L ) : int
set_pixelPerfect ( IntPtr L ) : int
set_planeDistance ( IntPtr L ) : int
set_referencePixelsPerUnit ( IntPtr L ) : int
set_renderMode ( IntPtr L ) : int
set_scaleFactor ( IntPtr L ) : int
set_sortingGridNormalizedSize ( IntPtr L ) : int
set_sortingLayerID ( IntPtr L ) : int
set_sortingLayerName ( IntPtr L ) : int
set_sortingOrder ( IntPtr L ) : int
set_targetDisplay ( IntPtr L ) : int
set_willRenderCanvases ( IntPtr L ) : int
set_worldCamera ( IntPtr L ) : int

Method Details

Register() public static method

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