MetaRenderingEngine

public enum MetaRenderingEngine

Rendering engine to use in experiences. Default is ARKit, unless it is not supported by the device. You can set this via Meta.settings.setPreferredRenderingEngine(engine:)

  • Use ARKit, if available, to render experiences (default, preferred)

    Declaration

    Swift

    case arKit
  • Use a legacy renderer based on device sensors to render experiences. Use this engine for older devices, or for situations where ARKit is not ideal, such as driving, flying, etc.

    Declaration

    Swift

    case arSensor