C# 클래스 MineViewer.Schemes

파일 보기 프로젝트 열기: dzamkov/MineViewer

공개 프로퍼티들

프로퍼티 타입 설명
Name string
SchemeMaterials IMaterial>.Dictionary

공개 메소드들

메소드 설명
Add ( byte id, IMaterial mat ) : void
Schemes ( string name ) : System

메소드 상세

Add() 공개 메소드

public Add ( byte id, IMaterial mat ) : void
id byte
mat IMaterial
리턴 void

Schemes() 공개 메소드

public Schemes ( string name ) : System
name string
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

SchemeMaterials 공개적으로 프로퍼티

public Dictionary SchemeMaterials
리턴 IMaterial>.Dictionary