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

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