C# Class Hyperion.Core.PluginSystem.LightPlugin

Plugin for all kinds of cameras.
Inheritance: Plugin
Afficher le fichier Open project: Kintaro/Hyperion Class Usage Examples

Méthodes publiques

Свойство Type Description
CreateLight CreateLightDelegate

Méthodes publiques

Méthode Description
LightPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

LightPlugin() public méthode

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

Property Details

CreateLight public_oe property

public CreateLightDelegate CreateLight
Résultat CreateLightDelegate