MetaSettings
public class MetaSettings
Meta renderer settings
-
Set the preferred rendering engine used in experiences. Note that if the current device does not support ARKit, this value is ignored.
Declaration
Swift
public static func setPreferredRenderingEngine(engine: MetaRenderingEngine)Parameters
engineThe desired rendering engine to use
-
Get the preferred rendering engine used in experiences. Note that if the current device does not support ARKit, any user preferece is ignored.
Declaration
Swift
public static var renderingEngine: MetaRenderingEngine
View on GitHub
MetaSettings Class Reference