Contents

component(ofType:)

Declaration

func component<ComponentType>(ofType componentClass: ComponentType.Type) -> ComponentType? where ComponentType : GKComponent

See Also

Instance Methods