Class: VA3C::SceneChild

Inherits:
Struct
  • Object
show all
Defined in:
lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#geometryObject

Returns the value of attribute geometry

Returns:

  • (Object)

    the current value of geometry



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def geometry
  @geometry
end

#materialObject

Returns the value of attribute material

Returns:

  • (Object)

    the current value of material



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def material
  @material
end

#matrixObject

Returns the value of attribute matrix

Returns:

  • (Object)

    the current value of matrix



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def matrix
  @matrix
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def type
  @type
end

#userDataObject

Returns the value of attribute userData

Returns:

  • (Object)

    the current value of userData



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def userData
  @userData
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



36
37
38
# File 'lib/measures/view_data/resources/va3c.rb', line 36

def uuid
  @uuid
end