Ejemplo n.º 1
0
 public FlowMeshBuilder(FlowMeshAroundLine own)
 {
     this.Owner = own;
 }
Ejemplo n.º 2
0
    public void TestEnergyFlow()
    {
        FlowMeshAroundLine fm = this.GetComponentInChildren <FlowMeshAroundLine> ();

        fm.SetupLine(this.SpanLeftLegToDanTien.Line);
    }