// โญ๏ธ defined in Item.swift public protocol Animatable { func reset() /// Each `Item` describes its own actions. func placeAction(withDuration duration: TimeInterval) -> SCNAction func removeAction(withDuration duration: TimeInterval) -> SCNAction }
โ๏ธ inherited by๏ผ๐ ฟ๏ธ Item
Last updated 2 years ago