コード例 #1
0
 void OnEnable()
 {
     info       = new Info();
     smoothLine = (SmoothLine)target;
     smoothLine.InitializeSmoothLine(movingSpace);
     isCloseInEditor = smoothLine.IsClose;
 }
コード例 #2
0
ファイル: PathPlacer.cs プロジェクト: bunszr/Smooth-Line-Tool
 public void Init()
 {
     smoothLine = GetComponent <SmoothLine>();
 }