예제 #1
0
 public BehaviorSetting Exclude(IBehaviorPreparable preparable)
 {
     m_preparables.Remove(preparable);
     return(this);
 }
예제 #2
0
 public BehaviorSetting Exclude(IBehaviorPreparable preparable)
 {
     m_preparables.Remove(preparable);
     return this;
 }
예제 #3
0
 public BehaviorSetting Include(IBehaviorPreparable preparable)
 {
     m_preparables.Add(preparable);
     return(this);
 }
예제 #4
0
 public BehaviorSetting Include(IBehaviorPreparable preparable)
 {
     m_preparables.Add(preparable);
     return this;
 }