Class: Stagecraft::Raycaster::Hit
- Inherits:
-
Data
- Object
- Data
- Stagecraft::Raycaster::Hit
- Defined in:
- lib/stagecraft/core/raycaster.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
readonly
Returns the value of attribute distance.
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#point ⇒ Object
readonly
Returns the value of attribute point.
Instance Attribute Details
#distance ⇒ Object (readonly)
Returns the value of attribute distance
5 6 7 |
# File 'lib/stagecraft/core/raycaster.rb', line 5 def distance @distance end |
#object ⇒ Object (readonly)
Returns the value of attribute object
5 6 7 |
# File 'lib/stagecraft/core/raycaster.rb', line 5 def object @object end |
#point ⇒ Object (readonly)
Returns the value of attribute point
5 6 7 |
# File 'lib/stagecraft/core/raycaster.rb', line 5 def point @point end |