Game Development Reference
In-Depth Information
Configurable Joint
A configurable joint is a super-customizable joint that is beyond the scope of this topic. The Unity
Component Reference documentation is the best place to start for more information. You can view
the Configurable Joint component properties in Figure 7-16 .
Figure 7-16. The many properties of the Configurable Joint component
Raycasting
Raycasting is a technique for extending a ray from your game object into the world to see if any
colliders are in its path. It is commonly used for aiming, calculating distances, and more. The name
comes from its coordinate geometry roots where a ray is a type of line where one end has a specific
point in space and the other can extend to infinity.
 
Search WWH ::




Custom Search