Class: Box2D::FilterJointDef
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Box2D::FilterJointDef
- Defined in:
- lib/box2d_types.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create_as(_base_, _internalValue_) ⇒ Object
891 892 893 894 895 896 |
# File 'lib/box2d_types.rb', line 891 def self.create_as(_base_, _internalValue_) instance = FilterJointDef.new instance[:base] = _base_ instance[:internalValue] = _internalValue_ instance end |
Instance Method Details
#base ⇒ Object
887 |
# File 'lib/box2d_types.rb', line 887 def base = self[:base] |
#base=(v) ⇒ Object
888 |
# File 'lib/box2d_types.rb', line 888 def base=(v) self[:base] = v end |
#internalValue ⇒ Object
889 |
# File 'lib/box2d_types.rb', line 889 def internalValue = self[:internalValue] |
#internalValue=(v) ⇒ Object
890 |
# File 'lib/box2d_types.rb', line 890 def internalValue=(v) self[:internalValue] = v end |