Class: Raylib::ModelSkeleton
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::ModelSkeleton
- Defined in:
- lib/raylib_main.rb
Overview
Skeleton, animation bones hierarchy
Instance Method Summary collapse
- #bindPose ⇒ Object
- #bindPose=(v) ⇒ Object
- #boneCount ⇒ Object
- #boneCount=(v) ⇒ Object
- #bones ⇒ Object
- #bones=(v) ⇒ Object
Instance Method Details
#bindPose ⇒ Object
866 |
# File 'lib/raylib_main.rb', line 866 def bindPose = self[:bindPose] |
#bindPose=(v) ⇒ Object
867 |
# File 'lib/raylib_main.rb', line 867 def bindPose=(v) self[:bindPose] = v end |
#boneCount ⇒ Object
862 |
# File 'lib/raylib_main.rb', line 862 def boneCount = self[:boneCount] |
#boneCount=(v) ⇒ Object
863 |
# File 'lib/raylib_main.rb', line 863 def boneCount=(v) self[:boneCount] = v end |
#bones ⇒ Object
864 |
# File 'lib/raylib_main.rb', line 864 def bones = self[:bones] |
#bones=(v) ⇒ Object
865 |
# File 'lib/raylib_main.rb', line 865 def bones=(v) self[:bones] = v end |