forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_raycast
Lukas Sägesser edited this page Jun 22, 2015
·
9 revisions
####Inherits: Spatial ####Category: Core
- 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
- void add_exception_rid ( RID rid )
- void add_exception ( Object node )
- void remove_exception_rid ( RID rid )
- void remove_exception ( Object node )
- void clear_exceptions ( )