Class: FMOD::Core::ListenerAttributes
- Inherits:
-
Struct
- Object
- Struct
- FMOD::Core::ListenerAttributes
- Defined in:
- lib/fmod/core/structures.rb
Instance Attribute Summary collapse
-
#forward ⇒ Object
Returns the value of attribute forward.
-
#position ⇒ Object
Returns the value of attribute position.
-
#up ⇒ Object
Returns the value of attribute up.
-
#velocity ⇒ Object
Returns the value of attribute velocity.
Instance Attribute Details
#forward ⇒ Object
Returns the value of attribute forward
8 9 10 |
# File 'lib/fmod/core/structures.rb', line 8 def forward @forward end |
#position ⇒ Object
Returns the value of attribute position
8 9 10 |
# File 'lib/fmod/core/structures.rb', line 8 def position @position end |
#up ⇒ Object
Returns the value of attribute up
8 9 10 |
# File 'lib/fmod/core/structures.rb', line 8 def up @up end |
#velocity ⇒ Object
Returns the value of attribute velocity
8 9 10 |
# File 'lib/fmod/core/structures.rb', line 8 def velocity @velocity end |