コード例 #1
0
ファイル: BoatPathEditor.cs プロジェクト: S4slean/TONO
 private void OnEnable()
 {
     boatPath = target as BoatPath;
     pathLineRendererProperty = serializedObject.FindProperty("pathLineRenderer");
     anchorPointProperty      = serializedObject.FindProperty("anchorPoint");
 }
コード例 #2
0
 private void Awake()
 {
     Instance = this;
 }