SKFinalSubclass

public protocol SKFinalSubclass : SKSequence

Undocumented

  • parent Default implementation

    The parent entity, or nil if this entity is a root.

    Note

    The parents are not compared for equality.

    Default Implementation

    Declaration

    Swift

    var parent: Self? { get set }
  • children Default implementation

    The entity children contained in the particular entity (sub-classes, references, etc.).

    Default Implementation

    Declaration

    Swift

    var children: SKChildren<Self>? { get set }