Method: FMOD::Core::LoopPoints#end

Defined in:
lib/fmod/core/structures.rb

#endInteger

The loop end point, this point in time is played so it is inclusive.

Returns:

  • (Integer)

    the current value of end



20
21
22
# File 'lib/fmod/core/structures.rb', line 20

def end
  @end
end