GLTFSkin

Inherits: Resource < Reference < Object

Properties

Skin

godot_skin

PoolIntArray

joints

PoolIntArray(  )

PoolIntArray

joints_original

PoolIntArray(  )

PoolIntArray

non_joints

PoolIntArray(  )

PoolIntArray

roots

PoolIntArray(  )

int

skeleton

-1

int

skin_root

-1

Methods

Array

get_inverse_binds ( )

Dictionary

get_joint_i_to_bone_i ( )

Dictionary

get_joint_i_to_name ( )

void

set_inverse_binds ( Array inverse_binds )

void

set_joint_i_to_bone_i ( Dictionary joint_i_to_bone_i )

void

set_joint_i_to_name ( Dictionary joint_i_to_name )

Property Descriptions

Setter

set_godot_skin(value)

Getter

get_godot_skin()


Default

PoolIntArray(  )

Setter

set_joints(value)

Getter

get_joints()


Default

PoolIntArray(  )

Setter

set_joints_original(value)

Getter

get_joints_original()


Default

PoolIntArray(  )

Setter

set_non_joints(value)

Getter

get_non_joints()


Default

PoolIntArray(  )

Setter

set_roots(value)

Getter

get_roots()


Default

-1

Setter

set_skeleton(value)

Getter

get_skeleton()


  • int skin_root

Default

-1

Setter

set_skin_root(value)

Getter

get_skin_root()

Method Descriptions

  • Array get_inverse_binds ( )




  • void set_inverse_binds ( Array inverse_binds )


  • void set_joint_i_to_bone_i ( Dictionary joint_i_to_bone_i )


  • void set_joint_i_to_name ( Dictionary joint_i_to_name )