Class: MagicaVoxel::Layer
Overview
The Chunk type LAYR
TODO: Remove dependency on Node
Constant Summary
Constants inherited from Chunk
Instance Attribute Summary collapse
- #reserved_id ⇒ 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
#reserved_id ⇒ Object (readonly)
11 12 13 |
# File 'lib/magica_voxel/layer.rb', line 11 def reserved_id @reserved_id end |
Instance Method Details
#inspect ⇒ Object
:nodoc:
16 17 18 |
# File 'lib/magica_voxel/layer.rb', line 16 def inspect "#<MagicaVoxel::Layer id=#{id}, name=#{name}, hidden=#{hidden?}>" end |