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
939 940 941 942 943 944 |
# File 'lib/box2d_types.rb', line 939 def self.create_as(_base_, _internalValue_) instance = FilterJointDef.new instance[:base] = _base_ instance[:internalValue] = _internalValue_ instance end |
Instance Method Details
#base ⇒ Object
935 |
# File 'lib/box2d_types.rb', line 935 def base = self[:base] |
#base=(v) ⇒ Object
936 |
# File 'lib/box2d_types.rb', line 936 def base=(v) self[:base] = v end |
#internalValue ⇒ Object
937 |
# File 'lib/box2d_types.rb', line 937 def internalValue = self[:internalValue] |
#internalValue=(v) ⇒ Object
938 |
# File 'lib/box2d_types.rb', line 938 def internalValue=(v) self[:internalValue] = v end |