C# Class Hyperion.Core.PluginSystem.SamplerPlugin

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

Méthodes publiques

Свойство Type Description
CreateSampler CreateSamplerDelegate

Méthodes publiques

Méthode Description
SamplerPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

SamplerPlugin() public méthode

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

Property Details

CreateSampler public_oe property

public CreateSamplerDelegate CreateSampler
Résultat CreateSamplerDelegate