SimulatedRopeΒΆ
Inherits: Node3D
There is currently no description for this class. Please help us by contributing one!
PropertiesΒΆ
|
|
|
|
||
|
MethodsΒΆ
void |
|
void |
bind_erase(bind_id: |
void |
bind_set(bind_id: |
|
|
|
get_aabb() const |
|
get_rope_distance(position: |
|
get_rope_factor(position: |
|
get_rope_position(factor: |
|
get_rope_slack(factor: |
|
get_rope_slide_direction(factor: |
|
get_tension_force_at(factor: |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
tick_simulation(delta: |
Property DescriptionsΒΆ
float ideal_length = 25.0 π
void set_ideal_length(value:
float)floatget_ideal_length()
There is currently no description for this property. Please help us by contributing one!
SimulatedRopeSettings settings = null π
void set_settings(value: SimulatedRopeSettings)
SimulatedRopeSettings get_settings()
There is currently no description for this property. Please help us by contributing one!
ShaderMaterial shader π
void set_shader(value:
ShaderMaterial)ShaderMaterialget_shader()
There is currently no description for this property. Please help us by contributing one!
Method DescriptionsΒΆ
void bind_clear() π
There is currently no description for this method. Please help us by contributing one!
void bind_erase(bind_id: int) π
There is currently no description for this method. Please help us by contributing one!
void bind_set(bind_id: int, position: Vector3, rope_factor: float) π
There is currently no description for this method. Please help us by contributing one!
MeshInstance3D fetch_mesh_instance() π
There is currently no description for this method. Please help us by contributing one!
SimulatedRopeSettings fetch_settings() π
There is currently no description for this method. Please help us by contributing one!
AABB get_aabb() const π
There is currently no description for this method. Please help us by contributing one!
float get_rope_distance(position: Vector3) const π
There is currently no description for this method. Please help us by contributing one!
float get_rope_factor(position: Vector3) const π
There is currently no description for this method. Please help us by contributing one!
Vector3 get_rope_position(factor: float) const π
There is currently no description for this method. Please help us by contributing one!
float get_rope_slack(factor: float) const π
There is currently no description for this method. Please help us by contributing one!
Vector3 get_rope_slide_direction(factor: float, factor_width: float) const π
There is currently no description for this method. Please help us by contributing one!
Vector3 get_tension_force_at(factor: float) const π
There is currently no description for this method. Please help us by contributing one!
void initialize_collision() π
There is currently no description for this method. Please help us by contributing one!
void initialize_render() π
There is currently no description for this method. Please help us by contributing one!
void initialize_simulation() π
There is currently no description for this method. Please help us by contributing one!
void tick_collision() π
There is currently no description for this method. Please help us by contributing one!
void tick_render() π
There is currently no description for this method. Please help us by contributing one!
void tick_render_aabb() π
There is currently no description for this method. Please help us by contributing one!
void tick_simulation(delta: float) π
There is currently no description for this method. Please help us by contributing one!