vault backup: 2024-06-26 12:47:43
This commit is contained in:
parent
e01c964c7c
commit
3ff92625f5
@ -1,4 +1,36 @@
|
|||||||
|
# 相关类
|
||||||
- TsPropActor
|
- TsPropActor
|
||||||
- TsIdolPropActor
|
- TsIdolPropActor
|
||||||
- TsScenePropActor
|
- TsScenePropActor
|
||||||
- TsPropEffectActor
|
- TsPropEffectActor
|
||||||
|
|
||||||
|
# MountPoint
|
||||||
|
GameplayTag中有定义相关Prop的挂载位置标签:
|
||||||
|
- Prop
|
||||||
|
- MountPoint
|
||||||
|
- Back
|
||||||
|
- Body
|
||||||
|
- Feet
|
||||||
|
- Head
|
||||||
|
- HeadBottom
|
||||||
|
- HeadUp
|
||||||
|
- Hips
|
||||||
|
- LeftFoot
|
||||||
|
- LeftHand
|
||||||
|
- RightFoot
|
||||||
|
- RightHand
|
||||||
|
- Root
|
||||||
|
|
||||||
|
对应逻辑TsPropAssetManager.ts中的枚举,查找函数为GetMountPointIndexByTagName():
|
||||||
|
```ts
|
||||||
|
export const enum MountPointEnum {
|
||||||
|
HeadUp,
|
||||||
|
Head,
|
||||||
|
HeadDown,
|
||||||
|
LeftHand,
|
||||||
|
RightHand,
|
||||||
|
Back,
|
||||||
|
Feet,
|
||||||
|
Hips
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user