godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
KinematicBody2D.getFloorVelocity
godot
kinematicbody2d
KinematicBody2D
Returns the velocity of the floor. Only updates when calling
moveAndSlide
.
struct
KinematicBody2D
@
nogc
nothrow const
Vector2
getFloorVelocity
(
)
Meta
Source
See Implementation
godot
kinematicbody2d
KinematicBody2D
aliases
BaseClasses
functions
_directStateChanged
getFloorVelocity
getSafeMargin
getSlideCollision
getSlideCount
isOnCeiling
isOnFloor
isOnWall
isSyncToPhysicsEnabled
moveAndCollide
moveAndSlide
moveAndSlideWithSnap
opAssign
opEquals
setSafeMargin
setSyncToPhysics
testMove
properties
collisionSafeMargin
motionSyncToPhysics
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the velocity of the floor. Only updates when calling moveAndSlide.