mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +08:00
fix: expand conflicting parameter types for menu item in introspection
This commit is contained in:
parent
8da1cf3e67
commit
606a54f434
@ -39,6 +39,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
ParameterNamespace.Animator,
|
ParameterNamespace.Animator,
|
||||||
_component, PluginDefinition.Instance, _component.AnimatorControllerParameterType)
|
_component, PluginDefinition.Instance, _component.AnimatorControllerParameterType)
|
||||||
{
|
{
|
||||||
|
ExpandTypeOnConflict = true,
|
||||||
WantSynced = _component.isSynced,
|
WantSynced = _component.isSynced,
|
||||||
IsHidden = hidden,
|
IsHidden = hidden,
|
||||||
DefaultValue = _component.isDefault ? _component.Control.value : null
|
DefaultValue = _component.isDefault ? _component.Control.value : null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user