C# Class Hyperion.Core.PluginSystem.ShapePlugin

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

Méthodes publiques

Свойство Type Description
CreateShape CreateShapeDelegate

Méthodes publiques

Méthode Description
ShapePlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

ShapePlugin() public méthode

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

Property Details

CreateShape public_oe property

public CreateShapeDelegate CreateShape
Résultat CreateShapeDelegate