更新3.4API

This commit is contained in:
boybook
2025-06-27 23:59:47 +08:00
parent c0f98b179b
commit 12738a142c
52 changed files with 1146 additions and 292 deletions

View File

@@ -370,8 +370,8 @@ method in mod.client.component.actorRenderCompClient.ActorRenderCompClient
| 参数名 | <div style="width: 4em">数据类型</div> | 说明 |
| :--- | :--- | :--- |
| geometryKey | str | 贴图键 |
| geometryName | str | 贴图路径 |
| textureKey | str | 贴图键 |
| textureName | str | 贴图路径 |
- 返回值
@@ -620,7 +620,7 @@ method in mod.client.component.modelCompClient.ModelComponentClient
| 参数名 | <div style="width: 4em">数据类型</div> | 说明 |
| :--- | :--- | :--- |
| skin | str | 贴图路径以textures\models为当前路径的相对路径 |
| skin | str | 贴图路径以textures/models为当前路径的相对路径 |
- 返回值
@@ -631,6 +631,7 @@ method in mod.client.component.modelCompClient.ModelComponentClient
- 备注
- 会覆盖原有皮肤包括4d皮肤。但会被骨骼模型覆盖
- 只能修改Steve模型的皮肤不能修改Alex模型的皮肤
- 如需修改细手臂模型皮肤,请使用[AddPlayerTexture](#addplayertexture)修改default键对应的贴图
- 示例