Class: Phaser::Group

Inherits:
Object
  • Object
show all
Includes:
Native
Defined in:
lib/opal/phaser/core/group.rb

Instance Method Summary collapse

Instance Method Details

#enable_body=(bool) ⇒ Object



22
23
24
# File 'lib/opal/phaser/core/group.rb', line 22

def enable_body=(bool)
  `#@native.enableBody = bool`
end