Represents the flying speed of an entity.
const getEntityFlyingSpeedComponent = entity.getComponent("flying_speed");getEntityFlyingSpeedComponent.value; Copy
const getEntityFlyingSpeedComponent = entity.getComponent("flying_speed");getEntityFlyingSpeedComponent.value;
Readonly
Identifier of the component.
This property can't be edited in read-only mode.
Static
Represents the flying speed of an entity.
Example: getEntityFlyingSpeedComponent.js