コード例 #1
0
 public void UnregisterTweakable(ITweakable tweakable)
 {
     baseManager.UnregisterObject(tweakable);
 }
コード例 #2
0
 public void UnregisterInvokable(IInvokable invokable)
 {
     baseManager.UnregisterObject(invokable);
 }