ShapeCast3D
Inherits: Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
add_exception ( CollisionObject3D node ) |
void |
add_exception_rid ( RID rid ) |
void |
clear_exceptions ( ) |
void |
|
get_closest_collision_safe_fraction ( ) const |
|
get_closest_collision_unsafe_fraction ( ) const |
|
get_collider ( int index ) const |
|
get_collider_rid ( int index ) const |
|
get_collider_shape ( int index ) const |
|
get_collision_count ( ) const |
|
get_collision_mask_value ( int layer_number ) const |
|
get_collision_normal ( int index ) const |
|
get_collision_point ( int index ) const |
|
is_colliding ( ) const |
|
void |
remove_exception ( CollisionObject3D node ) |
void |
remove_exception_rid ( RID rid ) |
void |
resource_changed ( Resource resource ) |
void |
set_collision_mask_value ( int layer_number, bool value ) |
Property Descriptions
bool collide_with_areas = false
There is currently no description for this property. Please help us by contributing one!
bool collide_with_bodies = true
There is currently no description for this property. Please help us by contributing one!
int collision_mask = 1
There is currently no description for this property. Please help us by contributing one!
Array collision_result = []
There is currently no description for this property. Please help us by contributing one!
Color debug_shape_custom_color = Color(0, 0, 0, 1)
There is currently no description for this property. Please help us by contributing one!
bool enabled = true
There is currently no description for this property. Please help us by contributing one!
bool exclude_parent = true
There is currently no description for this property. Please help us by contributing one!
float margin = 0.0
There is currently no description for this property. Please help us by contributing one!
int max_results = 32
There is currently no description for this property. Please help us by contributing one!
Shape3D shape
There is currently no description for this property. Please help us by contributing one!
Vector3 target_position = Vector3(0, -1, 0)
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_exception ( CollisionObject3D node )
There is currently no description for this method. Please help us by contributing one!
void add_exception_rid ( RID rid )
There is currently no description for this method. Please help us by contributing one!
void clear_exceptions ( )
There is currently no description for this method. Please help us by contributing one!
void force_shapecast_update ( )
There is currently no description for this method. Please help us by contributing one!
float get_closest_collision_safe_fraction ( ) const
There is currently no description for this method. Please help us by contributing one!
float get_closest_collision_unsafe_fraction ( ) const
There is currently no description for this method. Please help us by contributing one!
Object get_collider ( int index ) const
There is currently no description for this method. Please help us by contributing one!
RID get_collider_rid ( int index ) const
There is currently no description for this method. Please help us by contributing one!
int get_collider_shape ( int index ) const
There is currently no description for this method. Please help us by contributing one!
int get_collision_count ( ) const
There is currently no description for this method. Please help us by contributing one!
bool get_collision_mask_value ( int layer_number ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_collision_normal ( int index ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_collision_point ( int index ) const
There is currently no description for this method. Please help us by contributing one!
bool is_colliding ( ) const
There is currently no description for this method. Please help us by contributing one!
void remove_exception ( CollisionObject3D node )
There is currently no description for this method. Please help us by contributing one!
void remove_exception_rid ( RID rid )
There is currently no description for this method. Please help us by contributing one!
void resource_changed ( Resource resource )
There is currently no description for this method. Please help us by contributing one!
void set_collision_mask_value ( int layer_number, bool value )
There is currently no description for this method. Please help us by contributing one!