LightManagerSupportRegisterLightManager Method |
Find and register classes that derive from LightManagerSupport
from the given plug-in.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic static void RegisterLightManager(
PlugIn plugin
)
Public Shared Sub RegisterLightManager (
plugin As PlugIn
)
Parameters
- plugin
- Type: Rhino.PlugInsPlugIn
[Missing <param name="plugin"/> documentation for "M:Rhino.Render.LightManagerSupport.RegisterLightManager(Rhino.PlugIns.PlugIn)"]
Return Value
Type:
See Also