Class: Assimp::TextureRef
- Inherits:
-
Data
- Object
- Data
- Assimp::TextureRef
- Defined in:
- lib/assimp/material.rb
Instance Attribute Summary collapse
-
#embedded_index ⇒ Object
readonly
Returns the value of attribute embedded_index.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#uv_index ⇒ Object
readonly
Returns the value of attribute uv_index.
-
#wrap ⇒ Object
readonly
Returns the value of attribute wrap.
Instance Attribute Details
#embedded_index ⇒ Object (readonly)
Returns the value of attribute embedded_index
4 5 6 |
# File 'lib/assimp/material.rb', line 4 def @embedded_index end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/assimp/material.rb', line 4 def path @path end |
#uv_index ⇒ Object (readonly)
Returns the value of attribute uv_index
4 5 6 |
# File 'lib/assimp/material.rb', line 4 def uv_index @uv_index end |
#wrap ⇒ Object (readonly)
Returns the value of attribute wrap
4 5 6 |
# File 'lib/assimp/material.rb', line 4 def wrap @wrap end |