Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tmxシーンにファイルを追加しようとしていますが、
tmx
EXC_BAD_ACCESS
私を助けてください
数値を intにするInt()には、代わりに(int).
Int()
(int)
例えば
let a: Int = 5 let b: Double = Int(a)