TransformMoveOnWaypoint

Waypointに沿ってTransformを移動させる。

TransformMoveOnWaypoint

プロパティ

プロパティ名説明
Transform 対象となるTransform。
Speed 移動速度
Waypoint Transformを移動させる経路
Type 再生タイプ。
Once
1回のみ
Cycle
終点から始点へ移動してループ
Ping Pong
終端で折り返し
Time Type 移動計算を行う時間タイプ
Normal
timeScaleを考慮した現在フレームの時間を使用。
Unscaled
timeScaleを考慮しない現在フレームの時間を使用。
Realtime
リアルタイムを使用。
Done 移動完了した時のステート遷移(Onceのみ)
遷移メソッド : OnStateUpdate