Method: Cukunity::UnityHelpers#set_current_gameobject
- Defined in:
- lib/cukunity/cucumber/support/unity_helpers.rb
#set_current_gameobject(gameobject) ⇒ Object
22 23 24 25 |
# File 'lib/cukunity/cucumber/support/unity_helpers.rb', line 22 def set_current_gameobject(gameobject) self.current_object = gameobject self.current_gameobject = gameobject end |