加上0.3.4的docs
This commit is contained in:
parent
20c415ca40
commit
02f8e3b522
@ -1,5 +1,24 @@
|
|||||||
# DR game/DR rs 0.3.x 更新日志
|
# DR game/DR rs 0.3.x 更新日志
|
||||||
|
|
||||||
|
## 20240522 DR rs 0.3.4
|
||||||
|
|
||||||
|
我希望今晚可以睡觉 ( 指 0 点前完事 )
|
||||||
|
|
||||||
|
- 为 `SR1Ship_rs`(`PySR1Ship`)
|
||||||
|
- 添加了 `fn disconnected_parts(&self) -> Vec<Vec<(PySR1PartType, PySR1PartData)>>` 方法
|
||||||
|
- 用于获取所有断开链接的部件
|
||||||
|
- 每一个列表是一组断开链接的部件
|
||||||
|
- 去除了 `#[getter] fn get_connection`
|
||||||
|
- 为 `Connection`
|
||||||
|
- 添加了一个 `pub fn as_raw_data(&self) -> RawConnectionData` 方法
|
||||||
|
- 用于获取连接的原始数据
|
||||||
|
- 也是用来方便外面包装
|
||||||
|
- 添加了 `RawConnectionData`
|
||||||
|
- `pub type RawConnectionData = (i32, i32, IdType, IdType)`
|
||||||
|
- 添加了 `SR1Connection_rs`(`PySR1Connections`)
|
||||||
|
- 用来存一堆连接点信息
|
||||||
|
- 同时提供一些好用的 API
|
||||||
|
|
||||||
## 20240516 DR rs 0.3.3
|
## 20240516 DR rs 0.3.3
|
||||||
|
|
||||||
然后就又开始熬夜更新了
|
然后就又开始熬夜更新了
|
||||||
|
Loading…
Reference in New Issue
Block a user