Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParameterNamespace.PhysBonesPrefixの時などのためにProvidedParameter.SubParameters()がほしい #196

Closed
Narazaka opened this issue Mar 15, 2024 · 3 comments · Fixed by #208

Comments

@Narazaka
Copy link
Contributor

ParameterNamespace.PhysBonesPrefixなどで$"{EffectiveName}_IsGrabbed"とかの個別パラメーターを表示する必要がある場合がある(parameter driverなど)

PhysBonesPrefixであるかどうかまでハンドルするならそれが何を内包しているかも取りたい。

public sealed class ProvidedParameter : ICloneable
{
    // ParameterNamespace.Animatorならnew ProvidedParameter[] { this }
    // ParameterNamespace.PhysBonesPrefixなら`$"{EffectiveName}_IsGrabbed"`とかの全て
    public IEnumerable<ProvidedParameter> SubParameters();
}

などがほしい。

@bdunderscore
Copy link
Owner

検討はしますが引っ越しで忙しいのでいったんなしで出す可能性が高いです。

@Narazaka
Copy link
Contributor Author

おっと
まあではこの辺使う側としては追々の対応とするか……

@bdunderscore
Copy link
Owner

PR送ってもええやでー

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants