(この資料は専用のプリプロセッサで動くことを全体にしたドキュメントです)
mizchi / Increments, Inc.
@ React Meetup #1
| using UnityEngine; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| public class BezierCurveScript : MonoBehaviour { | |
| public class BezierPath | |
| { | |
| public List<Vector3> pathPoints; | |
| private int segments; |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.