Class: MagicaVoxel::Size
Overview
The Chunk type SIZE
Constant Summary
Constants inherited from Chunk
Instance Attribute Summary collapse
- #x ⇒ Object readonly
- #y ⇒ Object readonly
- #z ⇒ Object readonly
Instance Method Summary collapse
-
#inspect ⇒ Object
:nodoc:.
Methods inherited from Chunk
#each, header, #initialize, read
Constructor Details
This class inherits a constructor from MagicaVoxel::Chunk
Instance Attribute Details
Instance Method Details
#inspect ⇒ Object
:nodoc:
14 15 16 |
# File 'lib/magica_voxel/size.rb', line 14 def inspect "#<MagicaVoxel::Size x=#{x}, y=#{y}, z=#{z}>" end |