init
This commit is contained in:
14
addons/godot-xr-tools/objects/snap_path_guide.gd
Normal file
14
addons/godot-xr-tools/objects/snap_path_guide.gd
Normal file
@@ -0,0 +1,14 @@
|
||||
@tool
|
||||
class_name XRToolsSnapPathGuide
|
||||
extends Marker3D
|
||||
|
||||
|
||||
## XRToolsSnapRailGuide depicts a guide for [XRToolsSnapPath] to judge the
|
||||
## length of an [XRToolsPickable], helping place pickables within its bounds.
|
||||
## Add as a child node to any [XRToolsPickable], then move negatively along
|
||||
## the Z-Axis to define a length.
|
||||
|
||||
|
||||
var length : float:
|
||||
get:
|
||||
return abs(position.z)
|
||||
Reference in New Issue
Block a user