Class: Lightwave::LightwaveObject::TextureHeader
- Inherits:
-
ChunkReader
- Object
- ChunkReader
- Lightwave::LightwaveObject::TextureHeader
- Defined in:
- lib/lightwave.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#displacement_axis ⇒ Object
Returns the value of attribute displacement_axis.
-
#enabled ⇒ Object
(also: #enabled?)
Returns the value of attribute enabled.
-
#negative ⇒ Object
Returns the value of attribute negative.
-
#opacity ⇒ Object
Returns the value of attribute opacity.
Attributes inherited from ChunkReader
Instance Method Summary collapse
Methods inherited from ChunkReader
chunk_map, #initialize, #process_tags, set_chunk_length
Constructor Details
This class inherits a constructor from Lightwave::LightwaveObject::ChunkReader
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel.
180 181 182 |
# File 'lib/lightwave.rb', line 180 def channel @channel end |
#displacement_axis ⇒ Object
Returns the value of attribute displacement_axis.
180 181 182 |
# File 'lib/lightwave.rb', line 180 def displacement_axis @displacement_axis end |
#enabled ⇒ Object Also known as: enabled?
Returns the value of attribute enabled.
180 181 182 |
# File 'lib/lightwave.rb', line 180 def enabled @enabled end |
#negative ⇒ Object
Returns the value of attribute negative.
180 181 182 |
# File 'lib/lightwave.rb', line 180 def negative @negative end |
#opacity ⇒ Object
Returns the value of attribute opacity.
180 181 182 |
# File 'lib/lightwave.rb', line 180 def opacity @opacity end |