0
SKAction followPath를 주어진 경로와 함께 사용하려고하는데 두 가지 방법을 모두 사용할 수있는 것으로 나타났습니다.SKAction followPath 종단 작업
[SKAction followPath:<#(CGPathRef)#> asOffset:<#(BOOL)#> orientToPath:<#(BOOL)#> duration:<#(NSTimeInterval)#>]
[SKAction followPath:<#(CGPathRef)#> duration:<#(NSTimeInterval)#>]
경로가 경로의 마지막 지점에 도달 한 경우에만 작업을 중지하려면 어떻게해야합니까?