Class: OsuRuby::Beatmap::HitObjects::BaseSpinner
- Defined in:
- (osu-ruby2 0.0.2) osu-ruby2/beatmap/data.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
Attributes inherited from Base
#hitsound, #start_time, #type, #x, #y
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#as_osu, #extra_data, #have_base?, #have_clap?, #have_finish?, #have_hitsound?, #have_whistle?, #initialize, #is_combo_hax, #is_new_combo?, #length, #no_hitsound?, #note_type, parse, #timing_data, #to_osu
Methods included from Interface::MultiplexerInterface
Constructor Details
This class inherits a constructor from OsuRuby::Beatmap::HitObjects::Base
Instance Attribute Details
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time.
Class Method Details
.simulate_spin(duration, od: 5) ⇒ Integer
Instance Method Details
#process_extras(end_time, *extras)
This method returns an undefined value.