SKNode

E518838

SKNode is the fundamental building-block class in Apple's SpriteKit framework, representing a node in a scene graph that can display content or act as a container for other nodes.

All labels observed (1)

Label Occurrences
SKNode canonical 9

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf SpriteKit class ⓘ
class ⓘ
scene graph node type ⓘ
canContain child SKNode ⓘ
subnodes ⓘ
canDisplay visual content via subclasses ⓘ
conformsTo NSCopying ⓘ
definedInFramework SpriteKit ⓘ
definedInLanguage Objective-C ⓘ
Swift ⓘ
hasProperty alpha ⓘ
children ⓘ
constraints ⓘ
frame ⓘ
isHidden ⓘ
isPaused ⓘ
isUserInteractionEnabled ⓘ
name ⓘ
parent ⓘ
physicsBody ⓘ
position ⓘ
scene ⓘ
speed ⓘ
userData ⓘ
xScale ⓘ
yScale ⓘ
zPosition ⓘ
zRotation ⓘ
inheritsFrom NSObject ⓘ
introducedByCompany Apple Inc. ⓘ
method addChild(_:) ⓘ
contains(_:) ⓘ
convert(_ point:from:) ⓘ
convert(_ point:to:) ⓘ
removeAllActions() ⓘ
removeFromParent() ⓘ
run(_:) ⓘ
run(_:completion:) ⓘ
platform iOS ⓘ
macOS ⓘ
tvOS ⓘ
watchOS ⓘ
role fundamental building block of SpriteKit scenes ⓘ
node in a scene graph ⓘ
supports actions ⓘ
constraints ⓘ
coordinate system transformations ⓘ
physics simulation via physicsBody ⓘ
usedIn SKScene ⓘ
linked to: SpriteKit

SpriteKit scene graph ⓘ

How these facts were elicited

Referenced by (9)

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

SpriteKit → includes → SKNode ⓘ
SKLabelNode → inheritsFrom → SKNode ⓘ
SKLabelNode → canBeAddedTo → SKNode ⓘ
SKTexture → canBeCreatedFrom → SKNode ⓘ
SKCameraNode → inheritsFrom → SKNode ⓘ
SKCameraNode → relatedTo → SKNode ⓘ
SKAudioNode → inheritsFrom → SKNode ⓘ
SKTileMapNode → inheritsFrom → SKNode ⓘ