Method: Raylib::Camera2D#with_rotation

Defined in:
lib/raylib_helper.rb

#with_rotation(rotation) ⇒ Object



257
258
259
260
# File 'lib/raylib_helper.rb', line 257

def with_rotation(rotation)
  self[:rotation] = rotation
  self
end