Skip to main content

Skin

Inherits: Resource < RefCounted < Object

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

Methods

voidadd_bind\ (\ bone: int, pose: Transform3D\ )
voidadd_named_bind\ (\ name: String, pose: Transform3D\ )
voidclear_binds\ (\ )
intget_bind_bone\ (\ bind_index: int\ ) const
intget_bind_count\ (\ ) const
StringNameget_bind_name\ (\ bind_index: int\ ) const
Transform3Dget_bind_pose\ (\ bind_index: int\ ) const
voidset_bind_bone\ (\ bind_index: int, bone: int\ )
voidset_bind_count\ (\ bind_count: int\ )
voidset_bind_name\ (\ bind_index: int, name: StringName\ )
voidset_bind_pose\ (\ bind_index: int, pose: Transform3D\ )

Method Descriptions

void add_bind\ (\ bone: int, pose: Transform3D\ ) 🔗

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


void add_named_bind\ (\ name: String, pose: Transform3D\ ) 🔗

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\ (\ bind_index: int\ ) 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\ (\ bind_index: int\ ) const 🔗

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


Transform3D get_bind_pose\ (\ bind_index: int\ ) const 🔗

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


void set_bind_bone\ (\ bind_index: int, bone: int\ ) 🔗

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


void set_bind_count\ (\ bind_count: int\ ) 🔗

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


void set_bind_name\ (\ bind_index: int, name: StringName\ ) 🔗

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


void set_bind_pose\ (\ bind_index: int, pose: Transform3D\ ) 🔗

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