update Ray.Direction description
This commit is contained in:
parent
0f083d963f
commit
82cda760a8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public partial struct Ray
|
|||
public Vector3 Position;
|
||||
|
||||
/// <summary>
|
||||
/// Ray direction
|
||||
/// Ray direction (normalized)
|
||||
/// </summary>
|
||||
public Vector3 Direction;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue