IEffectType
Undocumented
-
Executes the effect on the given
targets
.Declaration
Swift
func execute(timeInterval:TimeInterval, targets:[SKNode])
Parameters
timeInterval
Allows effects to alter their behavior depending on whether they are executed instantaneously or over a period of time.
targets
The targets upon which the effect should attempt to execute.