Private
constructorReadonly
entityThe entity that owns this component. The entity will be undefined if it has been removed.
Readonly
maxMaximum turn rate for this movement modality of the mob.
This property can throw when used.
Readonly
speedSpeed in effect when the entity is turning.
This property can throw when used.
Readonly
startStart speed during a glide.
This property can throw when used.
Readonly
typeIdentifier of the component.
Static
Readonly
component
When added, this movement control allows the mob to glide.
Example
entityMovementGlide.js