简体   繁体   中英

create sceneKit File programmatically (swift)

i would like to know if it's possible to make a scn File programmatically in my IOS app.. Or something else because I just want to retrieve a created object in itunes sharing .

thanks in advance

Yes. SCNScene conforms to the NSSecureCoding protocol. Add all of your nodes, then use NSKeyedArchiver as you would on any other object.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM