Interface RotationSettings

interface RotationSettings {
    rotationHz?: number;
}

Properties

Properties

rotationHz?: number