godot_voxel/doc/source/api/VoxelRaycastResult.md
2021-02-16 20:54:45 +00:00

994 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 Feb 16, 2021