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

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

공개 프로퍼티들

프로퍼티 타입 설명
CreateLight CreateLightDelegate

공개 메소드들

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

Initialize the plugin and it's name

메소드 상세

LightPlugin() 공개 메소드

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

프로퍼티 상세

CreateLight 공개적으로 프로퍼티

public CreateLightDelegate CreateLight
리턴 CreateLightDelegate