C# Class MineViewer.Schemes

Afficher le fichier Open project: dzamkov/MineViewer

Méthodes publiques

Свойство Type Description
Name string
SchemeMaterials IMaterial>.Dictionary

Méthodes publiques

Méthode Description
Add ( byte id, IMaterial mat ) : void
Schemes ( string name ) : System

Method Details

Add() public méthode

public Add ( byte id, IMaterial mat ) : void
id byte
mat IMaterial
Résultat void

Schemes() public méthode

public Schemes ( string name ) : System
name string
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

SchemeMaterials public_oe property

public Dictionary SchemeMaterials
Résultat IMaterial>.Dictionary