-
Notifications
You must be signed in to change notification settings - Fork 0
class_rayshape2d
reduz edited this page Apr 10, 2014
·
9 revisions
####Inherits: Shape2D ####Category: Core
Ray 2D shape resource for physics.
- void set_length ( float length )
- float get_length ( ) const
Ray 2D shape resource for physics. A ray is not really a collision body, isntead it tries to separate itself from wathever is touching it's far endpoint. It's often useful for ccharacters.