Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

GLTFSkin

继承: Resource < RefCounted < Object

目前没有这个类的描述。请帮我们贡献一个

教程

属性

Skin

godot_skin

PackedInt32Array

joints

PackedInt32Array()

PackedInt32Array

joints_original

PackedInt32Array()

PackedInt32Array

non_joints

PackedInt32Array()

PackedInt32Array

roots

PackedInt32Array()

int

skeleton

-1

int

skin_root

-1

方法

Transform3D[]

get_inverse_binds ( )

Dictionary

get_joint_i_to_bone_i ( )

Dictionary

get_joint_i_to_name ( )

void

set_inverse_binds ( Transform3D[] 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 )


属性说明

Skin godot_skin

  • void set_godot_skin ( Skin value )

  • Skin get_godot_skin ( )

目前没有这个属性的描述。请帮我们贡献一个


PackedInt32Array joints = PackedInt32Array()

目前没有这个属性的描述。请帮我们贡献一个


PackedInt32Array joints_original = PackedInt32Array()

目前没有这个属性的描述。请帮我们贡献一个


PackedInt32Array non_joints = PackedInt32Array()

目前没有这个属性的描述。请帮我们贡献一个


PackedInt32Array roots = PackedInt32Array()

目前没有这个属性的描述。请帮我们贡献一个


int skeleton = -1

  • void set_skeleton ( int value )

  • int get_skeleton ( )

目前没有这个属性的描述。请帮我们贡献一个


int skin_root = -1

  • void set_skin_root ( int value )

  • int get_skin_root ( )

目前没有这个属性的描述。请帮我们贡献一个


方法说明

Transform3D[] get_inverse_binds ( )

目前没有这个方法的描述。请帮我们贡献一个


Dictionary get_joint_i_to_bone_i ( )

目前没有这个方法的描述。请帮我们贡献一个


Dictionary get_joint_i_to_name ( )

目前没有这个方法的描述。请帮我们贡献一个


void set_inverse_binds ( Transform3D[] 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 )

目前没有这个方法的描述。请帮我们贡献一个