Class: FMOD::Core::ListenerAttributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/fmod/core/structures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#forwardObject

Returns the value of attribute forward

Returns:

  • (Object)

    the current value of forward



8
9
10
# File 'lib/fmod/core/structures.rb', line 8

def forward
  @forward
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



8
9
10
# File 'lib/fmod/core/structures.rb', line 8

def position
  @position
end

#upObject

Returns the value of attribute up

Returns:

  • (Object)

    the current value of up



8
9
10
# File 'lib/fmod/core/structures.rb', line 8

def up
  @up
end

#velocityObject

Returns the value of attribute velocity

Returns:

  • (Object)

    the current value of velocity



8
9
10
# File 'lib/fmod/core/structures.rb', line 8

def velocity
  @velocity
end