版本:Beta ⚠️(未翻译)
Camera Cinematic
The Camera Cinematic
entry is used to create a cinematic camera path.
Durations for path points calculated based on the total duration of each segment and specified path point's duration. Suppose you have a segment with a duration of 300 ticks, and it has 3 path points. Then we specify the duration on the second path point as 200 ticks. The resulting durations between path points are as follows:
From | To | Duration |
---|---|---|
1 | 2 | 100 |
2 | 3 | 200 |
::: warning
Since the duration of a path point is the duration from that point to the next point,
the last path point will always have a duration of 0
.
Regardless of the duration specified on the last path point.
:::
How could this be used?
When you want to direct the player's attention to a specific object/location. Or when you want to show off a build.
Fields
Criteria
继承列表玩家必须满足的一系列条件,才能触发此条目。
Segments
必填列表分段片段是电影中的时间帧。在片段期间可以执行操作或显示信息。
信息
片段不能重叠。如果您需要重叠的片段,请创建一个新条目。