SimulatedRopeBindingΒΆ
Inherits: Node3D
There is currently no description for this class. Please help us by contributing one!
PropertiesΒΆ
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
MethodsΒΆ
|
get_bind_id() const |
|
get_rigid_body() const |
|
get_tension_force() const |
void |
slide_bind_at(factor_amount: |
void |
SignalsΒΆ
rope_bound(rope: SimulatedRope) π
There is currently no description for this signal. Please help us by contributing one!
rope_snapped(tension_force: Vector3) π
There is currently no description for this signal. Please help us by contributing one!
rope_unbound(rope: SimulatedRope) π
There is currently no description for this signal. Please help us by contributing one!
Property DescriptionsΒΆ
float bind_at = 0.0 π
void set_bind_at(value:
float)floatget_bind_at()
There is currently no description for this property. Please help us by contributing one!
SimulatedRope bind_to = null π
void set_bind_to(value: SimulatedRope)
SimulatedRope get_bind_to()
There is currently no description for this property. Please help us by contributing one!
bool snap_enabled = false π
void set_snap_enabled(value:
bool)boolget_snap_enabled()
There is currently no description for this property. Please help us by contributing one!
float snap_tension_threshold = 5000.0 π
void set_snap_tension_threshold(value:
float)floatget_snap_tension_threshold()
There is currently no description for this property. Please help us by contributing one!
float spring_constant_multiplier = 1.0 π
void set_spring_constant_multiplier(value:
float)floatget_spring_constant_multiplier()
There is currently no description for this property. Please help us by contributing one!
int update_tick = 2 π
void set_update_tick(value:
int)intget_update_tick()
There is currently no description for this property. Please help us by contributing one!
Method DescriptionsΒΆ
int get_bind_id() const π
There is currently no description for this method. Please help us by contributing one!
RigidBody3D get_rigid_body() const π
There is currently no description for this method. Please help us by contributing one!
Vector3 get_tension_force() const π
There is currently no description for this method. Please help us by contributing one!
void slide_bind_at(factor_amount: float) π
There is currently no description for this method. Please help us by contributing one!
void update_bind() π
There is currently no description for this method. Please help us by contributing one!