godot_voxel/doc/source/api/VoxelRaycastResult.md

992 B

VoxelRaycastResult

Inherits: Reference

Result of a raycast performed with method VoxelTool.raycast

Properties:

Type Name Default
Vector3 position Vector3( 0, 0, 0 )
Vector3 previous_position Vector3( 0, 0, 0 )

Property Descriptions

  • Vector3 position = Vector3( 0, 0, 0 ) Integer position of the voxel that was hit.

  • Vector3 previous_position = Vector3( 0, 0, 0 ) Integer position of the previous voxel along the ray before the final hit.

Generated on Jan 24, 2021