diff --git a/xml/types/RayResult.xml b/xml/types/RayResult.xml
index 34369cb..da516e1 100644
--- a/xml/types/RayResult.xml
+++ b/xml/types/RayResult.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ The origin point of the ray.
Direction
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ The direction vector of the ray.
Position
@@ -24,7 +24,7 @@
true
false
false
- Missing Documentation
+ The position where the ray hit an object.
Normal
@@ -32,7 +32,7 @@
true
false
false
- Missing Documentation
+ The surface normal at the point where the ray hit.
Distance
@@ -40,7 +40,7 @@
true
false
false
- Missing Documentation
+ The distance from the ray's origin to the hit point.
Instance
@@ -48,10 +48,10 @@
true
false
false
- Missing Documentation
+ The instance that was hit by the ray.
false
false
false
- Missing Documentation
+ RayResult is a data type that contains data about a raycast result.