Up to date

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

Skin

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

void

add_bind ( int bone, Transform3D pose )

void

add_named_bind ( String name, Transform3D pose )

void

clear_binds ( )

int

get_bind_bone ( int bind_index ) const

int

get_bind_count ( ) const

StringName

get_bind_name ( int bind_index ) const

Transform3D

get_bind_pose ( int bind_index ) const

void

set_bind_bone ( int bind_index, int bone )

void

set_bind_count ( int bind_count )

void

set_bind_name ( int bind_index, StringName name )

void

set_bind_pose ( int bind_index, Transform3D pose )


Method Descriptions

void add_bind ( int bone, Transform3D pose )

There is currently no description for this method. Please help us by contributing one!


void add_named_bind ( String name, Transform3D pose )

There is currently no description for this method. Please help us by contributing one!


void clear_binds ( )

There is currently no description for this method. Please help us by contributing one!


int get_bind_bone ( int bind_index ) const

There is currently no description for this method. Please help us by contributing one!


int get_bind_count ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_bind_name ( int bind_index ) const

There is currently no description for this method. Please help us by contributing one!


Transform3D get_bind_pose ( int bind_index ) const

There is currently no description for this method. Please help us by contributing one!


void set_bind_bone ( int bind_index, int bone )

There is currently no description for this method. Please help us by contributing one!


void set_bind_count ( int bind_count )

There is currently no description for this method. Please help us by contributing one!


void set_bind_name ( int bind_index, StringName name )

There is currently no description for this method. Please help us by contributing one!


void set_bind_pose ( int bind_index, Transform3D pose )

There is currently no description for this method. Please help us by contributing one!