C# Class Hyperion.Core.PluginSystem.ShapePlugin

Plugin for all kinds of cameras.
Inheritance: Plugin
Datei anzeigen Open project: Kintaro/Hyperion Class Usage Examples

Public Properties

Property Type Description
CreateShape CreateShapeDelegate

Public Methods

Method Description
ShapePlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

ShapePlugin() public method

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

Property Details

CreateShape public_oe property

public CreateShapeDelegate CreateShape
return CreateShapeDelegate