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

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

공개 프로퍼티들

프로퍼티 타입 설명
CreateMaterial CreateMaterialDelegate

공개 메소드들

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

Initialize the plugin and it's name

메소드 상세

MaterialPlugin() 공개 메소드

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

프로퍼티 상세

CreateMaterial 공개적으로 프로퍼티

public CreateMaterialDelegate CreateMaterial
리턴 CreateMaterialDelegate