Class: Teien::CollisionFilter
- Inherits:
-
Struct
- Object
- Struct
- Teien::CollisionFilter
- Defined in:
- lib/teien/base_object/physics.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#mask ⇒ Object
Returns the value of attribute mask.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
5 6 7 |
# File 'lib/teien/base_object/physics.rb', line 5 def group @group end |
#mask ⇒ Object
Returns the value of attribute mask
5 6 7 |
# File 'lib/teien/base_object/physics.rb', line 5 def mask @mask end |