C# Class Hyperion.Core.PluginSystem.MaterialPlugin

Plugin for all kinds of cameras.
Inheritance: Plugin
ファイルを表示 Open project: Kintaro/Hyperion Class Usage Examples

Public Properties

Property Type Description
CreateMaterial CreateMaterialDelegate

Public Methods

Method Description
MaterialPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

MaterialPlugin() public method

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

Property Details

CreateMaterial public_oe property

public CreateMaterialDelegate CreateMaterial
return CreateMaterialDelegate