Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
Loading...
Searching...
No Matches
VoxelToolkit.Reader Class Reference

Helper class that is used to read the voxel file. More...

Public Member Functions

 Reader (BinaryReader reader)
 
void ConsumeCharacter (char value)
 
int ConsumeInt ()
 
uint ConsumeUint ()
 
Vector3Int ConsumeVector3IntInt32 ()
 
Vector3Int ConsumeVector3IntByte ()
 
byte ConsumeByte ()
 
void Skip (int bytes)
 
void ConsumeString (string stringToConsume)
 
string ConsumeString ()
 
Dictionary< string, string > ConsumeDictionary ()
 
bool TryConsumeString (string expectedString)
 
string ConsumeString (int length)
 

Properties

long Position [get, set]
 

Detailed Description

Helper class that is used to read the voxel file.


The documentation for this class was generated from the following file: