We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
どうするんだっけ (this) は往々にして自明なので、RemoveChildNode を自動詞的に使いたいってことだった気がする。 削除的な意味合いの自動詞 remove はなさそうなので、 attach(To) / detach に変更か
Sorry, something went wrong.
@wistnki this.Parent. RemoveChildNode(this) になってしまい、 Parentは自明だよねーという。 this.RemoveFromParent() 的な? RemoveFromNodeTreeとか わからんけど
this.Parent. RemoveChildNode(this)
this.RemoveFromParent()
よく考えたら
Parentは自明
とはという感じがしてきた。 とはいえ、 Parent.RemoveChildNode(this) ってすることは多い気がするので、Append と AppendTo みたいな糖衣メソッドの一種としてあってもいい気はする。 一方で似た働きをするメソッドがいっぱいあるの初心者に優しくなくない?という気もする。
Parent.RemoveChildNode(this)
wistnki
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: