API Differences in _RealityKit_SwiftUI in macOS 26.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in _RealityKit_SwiftUI in the macOS 26.0 SDK.

Table of Contents

Structs

RealityViewLayoutOption
RealityViewPostProcessEffect

Functions & Methods

RealityFoundation.Entity
public static func animate(_ animation: SwiftUICore.Animation, body: () -> Swift.Void, completion: (() -> Swift.Void)? = nil)
RealityViewCameraContent
public func animate(body: () -> Swift.Void, completion: (() -> Swift.Void)? = nil)
SwiftUICore.View
public func realityViewLayoutBehavior(_ layoutOption: _RealityKit_SwiftUI.RealityViewLayoutOption) -> some SwiftUICore.View

Properties & Constants

RealityViewRenderingEffects
public var customPostProcessing: _RealityKit_SwiftUI.RealityViewPostProcessEffect

Initializers

RealityFoundation.GestureComponent
public init(_ gesture: some Gesture)