コード例 #1
0
 public FlowMeshBuilder(FlowMeshAroundLine own)
 {
     this.Owner = own;
 }
コード例 #2
0
    public void TestEnergyFlow()
    {
        FlowMeshAroundLine fm = this.GetComponentInChildren <FlowMeshAroundLine> ();

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