Class: MagicaVoxel::Shape
Overview
The Chunk type nSHP
Defined Under Namespace
Classes: Model
Constant Summary
Constants inherited from Chunk
Instance Attribute Summary collapse
- #models ⇒ Object readonly
Attributes inherited from Node
Instance Method Summary collapse
-
#inspect ⇒ Object
:nodoc:.
Methods inherited from Node
Methods inherited from Chunk
#each, header, #initialize, read
Constructor Details
This class inherits a constructor from MagicaVoxel::Chunk
Instance Attribute Details
#models ⇒ Object (readonly)
24 25 26 |
# File 'lib/magica_voxel/shape.rb', line 24 def models @models end |
Instance Method Details
#inspect ⇒ Object
:nodoc:
29 30 31 |
# File 'lib/magica_voxel/shape.rb', line 29 def inspect "#<MagicaVoxel::Shape id=#{id}, name=#{name}, hidden=#{hidden?}>" end |