RayCast2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
add_exception ( CollisionObject2D node ) |
void |
add_exception_rid ( RID rid ) |
void |
clear_exceptions ( ) |
void |
|
get_collider ( ) const |
|
get_collider_rid ( ) const |
|
get_collider_shape ( ) const |
|
get_collision_mask_value ( int layer_number ) const |
|
get_collision_normal ( ) const |
|
get_collision_point ( ) const |
|
is_colliding ( ) const |
|
void |
remove_exception ( CollisionObject2D node ) |
void |
remove_exception_rid ( RID rid ) |
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!
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!
bool hit_from_inside = false
There is currently no description for this property. Please help us by contributing one!
Vector2 target_position = Vector2(0, 50)
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_exception ( CollisionObject2D 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_raycast_update ( )
There is currently no description for this method. Please help us by contributing one!
Object get_collider ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_collider_rid ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_collider_shape ( ) 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!
Vector2 get_collision_normal ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2 get_collision_point ( ) 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 ( CollisionObject2D 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 set_collision_mask_value ( int layer_number, bool value )
There is currently no description for this method. Please help us by contributing one!