class_raycast - vkbsb/godot GitHub Wiki
RayCast
####Inherits: Spatial ####Category: Core
Brief Description
Member Functions
- void set_enabled ( bool enabled )
- bool is_enabled ( ) const
- void set_cast_to ( Vector3 local_point )
- Vector3 get_cast_to ( ) const
- bool is_colliding ( ) const
- Object get_collider ( ) const
- int get_collider_shape ( ) const
- Vector3 get_collision_point ( ) const
- Vector3 get_collision_normal ( ) const