Class: Assimp::TextureRef

Inherits:
Data
  • Object
show all
Defined in:
lib/assimp/material.rb

Instance Attribute Summary collapse

Instance Attribute Details

#embedded_indexObject (readonly)

Returns the value of attribute embedded_index

Returns:

  • (Object)

    the current value of embedded_index



4
5
6
# File 'lib/assimp/material.rb', line 4

def embedded_index
  @embedded_index
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/assimp/material.rb', line 4

def path
  @path
end

#uv_indexObject (readonly)

Returns the value of attribute uv_index

Returns:

  • (Object)

    the current value of uv_index



4
5
6
# File 'lib/assimp/material.rb', line 4

def uv_index
  @uv_index
end

#wrapObject (readonly)

Returns the value of attribute wrap

Returns:

  • (Object)

    the current value of wrap



4
5
6
# File 'lib/assimp/material.rb', line 4

def wrap
  @wrap
end