Method: Cukunity::Unity::GameObject#hints
- Defined in:
- lib/cukunity/unity/gameobject.rb
#hints(options = {}) ⇒ Object
45 46 47 48 49 50 |
# File 'lib/cukunity/unity/gameobject.rb', line 45 def hints( = {}) = (, { :recursive => false }) components((, :recursive)).inject([]) do |hints, component| hints + component.hints() end end |