SCNView

E759676

SCNView is a Cocoa view class in Apple’s SceneKit framework that renders and displays 3D scene content with built-in support for camera control, lighting, and animations.

All labels observed (3)

Label Occurrences
SCNView canonical 3
ARSCNView 1
SCNCameraController 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf Cocoa view class ⓘ
NSView subclass ⓘ
SceneKit view ⓘ
conformsTo NSObjectProtocol ⓘ
SCNSceneRenderer ⓘ
framework SceneKit ⓘ
hasProperty allowsCameraControl ⓘ
antialiasingMode ⓘ
audioListener ⓘ
autoenablesDefaultLighting ⓘ
backgroundColor ⓘ
debugOptions ⓘ
delegate ⓘ
eaglContext ⓘ
isJitteringEnabled ⓘ
isPlaying ⓘ
isTemporalAntialiasingEnabled ⓘ
loops ⓘ
overlaySKScene ⓘ
pointOfView ⓘ
preferredFramesPerSecond ⓘ
rendersContinuously ⓘ
scene ⓘ
showsStatistics ⓘ
header SceneKit/SCNView.h ⓘ
introducedIn iOS 8.0 ⓘ
linked to: iOS 8

macOS 10.8 ⓘ
linked to: OS X Mountain Lion

tvOS 9.0 ⓘ
method hitTest(_:options:) ⓘ
pause(_:) ⓘ
play(_:) ⓘ
prepare(_:completionHandler:) ⓘ
snapshot() ⓘ
stop(_:) ⓘ
module SceneKit ⓘ
platform iOS ⓘ
macOS ⓘ
tvOS ⓘ
renders SCNScene ⓘ
supports Core Animation layers ⓘ
SCNAction-based animations ⓘ
SCNHitTest ⓘ
SCNTechnique ⓘ
linked to: SCNTechniqueSupport

SCNTransaction-based animations ⓘ
animations ⓘ
camera control ⓘ
lighting ⓘ
usedFor 3D visualization applications ⓘ
SceneKit-based games ⓘ
displaying interactive 3D content ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

SceneKit → hasClass → SCNView ⓘ
SceneKit → supportsCameraControl → SCNCameraController ⓘ
linked to: SCNView
SCNScene → usedWith → SCNView ⓘ
SCNScene → usedWith → ARSCNView ⓘ
linked to: SCNView
SCNTransaction → usedWith → SCNView ⓘ