Class: Raylib::ModelSkeleton

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raylib_main.rb

Overview

Skeleton, animation bones hierarchy

Instance Method Summary collapse

Instance Method Details

#bindPoseObject



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

#boneCountObject



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

#bonesObject



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