Loading

摘要: Spine运行时架构 引用自Spine官网。 基础数据类型 Boolean布尔值 boolean型占用1字节(byte), 值为1代表true而0代表false. 简单的8位数值,占用1字节。 Short短整型 int readShort () { return (readByte() << 8) 阅读全文
posted @ 2025-02-20 09:31 天火33 阅读(40) 评论(0) 推荐(0)