mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-09 14:09:00 +08:00
fix: BoneProxy editor is missing pos/rot hold options
This commit is contained in:
parent
ef1699e4da
commit
be32ed55f5
@ -17,7 +17,12 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
protected override string localizationPrefix => "boneproxy.attachment";
|
||||
|
||||
protected override Array enumValues => new object[]
|
||||
{BoneProxyAttachmentMode.AsChildAtRoot, BoneProxyAttachmentMode.AsChildKeepWorldPose};
|
||||
{
|
||||
BoneProxyAttachmentMode.AsChildAtRoot,
|
||||
BoneProxyAttachmentMode.AsChildKeepWorldPose,
|
||||
BoneProxyAttachmentMode.AsChildKeepRotation,
|
||||
BoneProxyAttachmentMode.AsChildKeepPosition,
|
||||
};
|
||||
}
|
||||
|
||||
[CustomEditor(typeof(ModularAvatarBoneProxy))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user