Ray
info
- This class is only available on LocalAvatarScripts and LocalScripts
The representation of rays.
Instance Properties
Property Name | Property Type | Description |
---|---|---|
origin | float3 | The origin of the Ray |
direction | float3 | The direction the Ray is pointing |
Instance Methods
Method Name | Return Type | Description |
---|---|---|
GetPoint | float3 | Returns a point at distance units along the ray |