gdpd/GdpdExample/autoload/Events.gd
doohoyi db6b1d3085 added verbose onoff & added new example & added universal or not select
- now use : ./update.sh osx release x86_64 or ./update.sh osx release 
universal

by default, it is universal.
2023-10-23 15:21:00 +09:00

7 lines
177 B
GDScript

extends Node
var player_tf_old = Transform()
signal player_transform_updated(position, heading)
# position : Vector3
# heading : Vector2 (projected x-z plane, and normalized)