Method: FMOD::Core::LoopPoints#start
- Defined in:
- lib/fmod/core/structures.rb
#start ⇒ Integer
The loop start point, this point in time is played so it is inclusive.
20 21 22 |
# File 'lib/fmod/core/structures.rb', line 20 def start @start end |