Class: CyberarmEngine::TextureCoordinate
- Inherits:
-
Struct
- Object
- Struct
- CyberarmEngine::TextureCoordinate
- Defined in:
- lib/cyberarm_engine/model/parser.rb
Instance Attribute Summary collapse
-
#u ⇒ Object
Returns the value of attribute u.
-
#v ⇒ Object
Returns the value of attribute v.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#u ⇒ Object
Returns the value of attribute u
2 3 4 |
# File 'lib/cyberarm_engine/model/parser.rb', line 2 def u @u end |
#v ⇒ Object
Returns the value of attribute v
2 3 4 |
# File 'lib/cyberarm_engine/model/parser.rb', line 2 def v @v end |
#weight ⇒ Object
Returns the value of attribute weight
2 3 4 |
# File 'lib/cyberarm_engine/model/parser.rb', line 2 def weight @weight end |