コード例 #1
0
 protected void OnDisable()
 {
     /* Unsubscribe Application Effect */
     ApplyOn.Unsubscribe(Proc);
 }
コード例 #2
0
 protected void OnEnable()
 {
     /* Subscribe Application Effect */
     ApplyOn.Subscribe(Proc, Priority);
 }