Exemple #1
0
 public void Notifying(GamePlay.Component.GComponent component)
 {
     SourceNode?.Notifying(component);
     DestinationNode?.Notifying(component);
 }
 public void Notifying(GamePlay.Component.GComponent component)
 {
     BaseNode?.Notifying(component);
     AdditiveNode?.Notifying(component);
 }
Exemple #3
0
 internal void TickNotify(GamePlay.Component.GComponent component)
 {
     Clip?.TickNofity(component);
 }
Exemple #4
0
 public void Notifying(GamePlay.Component.GComponent component)
 {
     mCrossfade.ToNode?.Notifying(component);
 }
Exemple #5
0
 public void Notifying(GamePlay.Component.GComponent component)
 {
     FromNode?.Notifying(component);
     ToNode?.Notifying(component);
 }
Exemple #6
0
 public void RegBeforeRenderCommitComp(GamePlay.Component.GComponent comp)
 {
     TickBeforeRenderCommitComps.Add(comp);
 }