C# Class Lua_UnityEngine_Renderer, 2DPlatformer-SLua

Inheritance: LuaObject
显示文件 Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Public Methods

Method Description
reg ( IntPtr l ) : void

Private Methods

Method Description
GetClosestReflectionProbes ( IntPtr l ) : int
GetPropertyBlock ( IntPtr l ) : int
SetPropertyBlock ( IntPtr l ) : int
constructor ( IntPtr l ) : int
get_bounds ( IntPtr l ) : int
get_enabled ( IntPtr l ) : int
get_isPartOfStaticBatch ( IntPtr l ) : int
get_isVisible ( IntPtr l ) : int
get_lightmapIndex ( IntPtr l ) : int
get_lightmapScaleOffset ( IntPtr l ) : int
get_localToWorldMatrix ( IntPtr l ) : int
get_material ( IntPtr l ) : int
get_materials ( IntPtr l ) : int
get_probeAnchor ( IntPtr l ) : int
get_realtimeLightmapIndex ( IntPtr l ) : int
get_realtimeLightmapScaleOffset ( IntPtr l ) : int
get_receiveShadows ( IntPtr l ) : int
get_reflectionProbeUsage ( IntPtr l ) : int
get_shadowCastingMode ( IntPtr l ) : int
get_sharedMaterial ( IntPtr l ) : int
get_sharedMaterials ( IntPtr l ) : int
get_sortingLayerID ( IntPtr l ) : int
get_sortingLayerName ( IntPtr l ) : int
get_sortingOrder ( IntPtr l ) : int
get_useLightProbes ( IntPtr l ) : int
get_worldToLocalMatrix ( IntPtr l ) : int
set_enabled ( IntPtr l ) : int
set_lightmapIndex ( IntPtr l ) : int
set_lightmapScaleOffset ( IntPtr l ) : int
set_material ( IntPtr l ) : int
set_materials ( IntPtr l ) : int
set_probeAnchor ( IntPtr l ) : int
set_realtimeLightmapIndex ( IntPtr l ) : int
set_realtimeLightmapScaleOffset ( IntPtr l ) : int
set_receiveShadows ( IntPtr l ) : int
set_reflectionProbeUsage ( IntPtr l ) : int
set_shadowCastingMode ( IntPtr l ) : int
set_sharedMaterial ( IntPtr l ) : int
set_sharedMaterials ( IntPtr l ) : int
set_sortingLayerID ( IntPtr l ) : int
set_sortingLayerName ( IntPtr l ) : int
set_sortingOrder ( IntPtr l ) : int
set_useLightProbes ( IntPtr l ) : int

Method Details

reg() public static method

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