C# Class Hyperion.Core.PluginSystem.SamplerPlugin

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

Public Properties

Property Type Description
CreateSampler CreateSamplerDelegate

Public Methods

Method Description
SamplerPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

SamplerPlugin() public method

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

Property Details

CreateSampler public_oe property

public CreateSamplerDelegate CreateSampler
return CreateSamplerDelegate