C# Class OpenSim.Region.Framework.Interfaces.MaterialMap

Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
Add ( string name, VoxMaterial mat ) : void
MaterialMap ( ) : System
Remove ( byte id ) : void
Remove ( string name ) : void
this ( byte i ) : VoxMaterial
this ( string n ) : VoxMaterial

Private Methods

Method Description
Deserialize ( XmlElement &doc ) : void
Deserialize ( XmlTextReader reader ) : void
FromNbt ( NbtCompound c ) : void
Serialize ( XmlWriter &w ) : void
ToNBT ( ) : NbtTag

Method Details

Add() public method

public Add ( string name, VoxMaterial mat ) : void
name string
mat VoxMaterial
return void

MaterialMap() public method

public MaterialMap ( ) : System
return System

Remove() public method

public Remove ( byte id ) : void
id byte
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

this() public method

public this ( byte i ) : VoxMaterial
i byte
return VoxMaterial

this() public method

public this ( string n ) : VoxMaterial
n string
return VoxMaterial