C# Class Hyperion.Core.PluginSystem.LightPlugin

Plugin for all kinds of cameras.
Inheritance: Plugin
显示文件 Open project: Kintaro/Hyperion Class Usage Examples

Public Properties

Property Type Description
CreateLight CreateLightDelegate

Public Methods

Method Description
LightPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

LightPlugin() public method

Initialize the plugin and it's name
public LightPlugin ( string name ) : System
name string /// The plugin's name ///
return System

Property Details

CreateLight public_oe property

public CreateLightDelegate CreateLight
return CreateLightDelegate