Class: Rgltf::Builder::Handle

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgltf/builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buffer_view_indexObject

Returns the value of attribute buffer_view_index

Returns:

  • (Object)

    the current value of buffer_view_index



16
17
18
# File 'lib/rgltf/builder.rb', line 16

def buffer_view_index
  @buffer_view_index
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



16
17
18
# File 'lib/rgltf/builder.rb', line 16

def index
  @index
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



16
17
18
# File 'lib/rgltf/builder.rb', line 16

def kind
  @kind
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



16
17
18
# File 'lib/rgltf/builder.rb', line 16

def owner
  @owner
end