isEnabled method

bool isEnabled()

Returns a Boolean indicating whether the "drag to rotate" interaction is enabled.

@returns {boolean} true if the "drag to rotate" interaction is enabled.

Implementation

bool isEnabled() => jsObject.isEnabled();