godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
SpatialVelocityTracker.GDNativeClassBinding
godot
spatialvelocitytracker
SpatialVelocityTracker
Undocumented in source.
struct
SpatialVelocityTracker
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_tracked_linear_velocity")
GodotMethod
!(
Vector3
)
getTrackedLinearVelocity
;
__gshared
@
GodotName
("is_tracking_physics_step")
GodotMethod
!(
bool
)
isTrackingPhysicsStep
;
__gshared
@
GodotName
("reset")
GodotMethod
!(
void
,
Vector3
)
reset
;
__gshared
@
GodotName
("set_track_physics_step")
GodotMethod
!(
void
,
bool
)
setTrackPhysicsStep
;
__gshared
@
GodotName
("update_position")
GodotMethod
!(
void
,
Vector3
)
updatePosition
;
}
Members
Static variables
getTrackedLinearVelocity
GodotMethod
!(
Vector3
)
getTrackedLinearVelocity
;
Undocumented in source.
isTrackingPhysicsStep
GodotMethod
!(
bool
)
isTrackingPhysicsStep
;
Undocumented in source.
reset
GodotMethod
!(
void
,
Vector3
)
reset
;
Undocumented in source.
setTrackPhysicsStep
GodotMethod
!(
void
,
bool
)
setTrackPhysicsStep
;
Undocumented in source.
updatePosition
GodotMethod
!(
void
,
Vector3
)
updatePosition
;
Undocumented in source.
Meta
Source
See Implementation
godot
spatialvelocitytracker
SpatialVelocityTracker
aliases
BaseClasses
functions
getTrackedLinearVelocity
isTrackingPhysicsStep
opAssign
opEquals
reset
setTrackPhysicsStep
toHash
updatePosition
properties
trackPhysicsStep
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name