SkeletonModification2DCCDIK

Inherits: SkeletonModification2D < Resource < RefCounted < Object

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

Properties

int

ccdik_data_chain_length

0

NodePath

target_nodepath

NodePath("")

NodePath

tip_nodepath

NodePath("")

Methods

NodePath

get_ccdik_joint_bone2d_node ( int joint_idx ) const

int

get_ccdik_joint_bone_index ( int joint_idx ) const

bool

get_ccdik_joint_constraint_angle_invert ( int joint_idx ) const

float

get_ccdik_joint_constraint_angle_max ( int joint_idx ) const

float

get_ccdik_joint_constraint_angle_min ( int joint_idx ) const

bool

get_ccdik_joint_enable_constraint ( int joint_idx ) const

bool

get_ccdik_joint_rotate_from_joint ( int joint_idx ) const

void

set_ccdik_joint_bone2d_node ( int joint_idx, NodePath bone2d_nodepath )

void

set_ccdik_joint_bone_index ( int joint_idx, int bone_idx )

void

set_ccdik_joint_constraint_angle_invert ( int joint_idx, bool invert )

void

set_ccdik_joint_constraint_angle_max ( int joint_idx, float angle_max )

void

set_ccdik_joint_constraint_angle_min ( int joint_idx, float angle_min )

void

set_ccdik_joint_enable_constraint ( int joint_idx, bool enable_constraint )

void

set_ccdik_joint_rotate_from_joint ( int joint_idx, bool rotate_from_joint )


Property Descriptions

int ccdik_data_chain_length = 0

  • void set_ccdik_data_chain_length ( int value )

  • int get_ccdik_data_chain_length ( )

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


NodePath target_nodepath = NodePath("")

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


NodePath tip_nodepath = NodePath("")

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


Method Descriptions

NodePath get_ccdik_joint_bone2d_node ( int joint_idx ) const

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


int get_ccdik_joint_bone_index ( int joint_idx ) const

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


bool get_ccdik_joint_constraint_angle_invert ( int joint_idx ) const

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


float get_ccdik_joint_constraint_angle_max ( int joint_idx ) const

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


float get_ccdik_joint_constraint_angle_min ( int joint_idx ) const

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


bool get_ccdik_joint_enable_constraint ( int joint_idx ) const

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


bool get_ccdik_joint_rotate_from_joint ( int joint_idx ) const

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


void set_ccdik_joint_bone2d_node ( int joint_idx, NodePath bone2d_nodepath )

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


void set_ccdik_joint_bone_index ( int joint_idx, int bone_idx )

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


void set_ccdik_joint_constraint_angle_invert ( int joint_idx, bool invert )

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


void set_ccdik_joint_constraint_angle_max ( int joint_idx, float angle_max )

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


void set_ccdik_joint_constraint_angle_min ( int joint_idx, float angle_min )

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


void set_ccdik_joint_enable_constraint ( int joint_idx, bool enable_constraint )

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


void set_ccdik_joint_rotate_from_joint ( int joint_idx, bool rotate_from_joint )

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