C# 클래스 Hyperion.Core.PluginSystem.VolumeIntegratorPlugin

Plugin for all kinds of volume integrators.
상속: Plugin
파일 보기 프로젝트 열기: Kintaro/Hyperion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateVolumeIntegrator CreateVolumeIntegratorDelegate

공개 메소드들

메소드 설명
VolumeIntegratorPlugin ( string name ) : System

Initialize the plugin and it's name

메소드 상세

VolumeIntegratorPlugin() 공개 메소드

Initialize the plugin and it's name
public VolumeIntegratorPlugin ( string name ) : System
name string /// The plugin's name ///
리턴 System

프로퍼티 상세

CreateVolumeIntegrator 공개적으로 프로퍼티

public CreateVolumeIntegratorDelegate CreateVolumeIntegrator
리턴 CreateVolumeIntegratorDelegate