Exemple #1
0
 public void Remove(DrawBehaviour drawBehaviour)
 {
     behaviours.Remove(drawBehaviour);
 }
Exemple #2
0
 public void Add(DrawBehaviour drawBehaviour)
 {
     behaviours.Add(drawBehaviour);
 }