C# 클래스 OpenSim.Region.Framework.Interfaces.MaterialMap

파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string name, VoxMaterial mat ) : void
MaterialMap ( ) : System
Remove ( byte id ) : void
Remove ( string name ) : void
this ( byte i ) : VoxMaterial
this ( string n ) : VoxMaterial

비공개 메소드들

메소드 설명
Deserialize ( XmlElement &doc ) : void
Deserialize ( XmlTextReader reader ) : void
FromNbt ( NbtCompound c ) : void
Serialize ( XmlWriter &w ) : void
ToNBT ( ) : NbtTag

메소드 상세

Add() 공개 메소드

public Add ( string name, VoxMaterial mat ) : void
name string
mat VoxMaterial
리턴 void

MaterialMap() 공개 메소드

public MaterialMap ( ) : System
리턴 System

Remove() 공개 메소드

public Remove ( byte id ) : void
id byte
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

this() 공개 메소드

public this ( byte i ) : VoxMaterial
i byte
리턴 VoxMaterial

this() 공개 메소드

public this ( string n ) : VoxMaterial
n string
리턴 VoxMaterial