Ejemplo n.º 1
0
 private void OnEnable()
 {
     if (this._Foam)
     {
         DynamicWater.AddRenderer <DynamicWaterInteraction>(this);
     }
 }
Ejemplo n.º 2
0
 private void OnEnable()
 {
     DynamicWater.AddRenderer <GlobalWaterInteraction>(this);
 }