C# Class UnityEditor.LightingWindowLightmapPreviewTab

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
LightmapPreview ( Rect r ) : void
Maps ( ) : void
UpdateLightmapSelection ( ) : void

Private Methods

Method Description
Header ( Rect rect, float maxLightmaps ) : void
LightmapField ( Texture2D lightmap, int index ) : Texture2D
MenuSelectLightmapUsers ( Rect rect, int lightmapIndex ) : void
SelectLightmapUsers ( object userData, string options, int selected ) : void

Method Details

LightmapPreview() public method

public LightmapPreview ( Rect r ) : void
r UnityEngine.Rect
return void

Maps() public method

public Maps ( ) : void
return void

UpdateLightmapSelection() public method

public UpdateLightmapSelection ( ) : void
return void