LayerContainer
public class LayerContainer : Layer
A type of Layer that can contains other layers.
This is an abstract class, do not instantiate directly!
-
Undocumented
Declaration
Swift
public let layers: [Layer] -
Do not use this directly, use
makeLayer(json:)insteadDeclaration
Swift
required public init?(json: [String : Any])
LayerContainer Class Reference