Class: Rgltf::Builder::Handle
- Inherits:
-
Struct
- Object
- Struct
- Rgltf::Builder::Handle
- Defined in:
- lib/rgltf/builder.rb
Instance Attribute Summary collapse
-
#buffer_view_index ⇒ Object
Returns the value of attribute buffer_view_index.
-
#index ⇒ Object
Returns the value of attribute index.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#buffer_view_index ⇒ Object
Returns the value of attribute buffer_view_index
16 17 18 |
# File 'lib/rgltf/builder.rb', line 16 def buffer_view_index @buffer_view_index end |
#index ⇒ Object
Returns the value of attribute index
16 17 18 |
# File 'lib/rgltf/builder.rb', line 16 def index @index end |
#kind ⇒ Object
Returns the value of attribute kind
16 17 18 |
# File 'lib/rgltf/builder.rb', line 16 def kind @kind end |
#owner ⇒ Object
Returns the value of attribute owner
16 17 18 |
# File 'lib/rgltf/builder.rb', line 16 def owner @owner end |