Features:
- Includes SlowTimeComponent and SlowTimeVolume
- Gives the ability to control time dilation of selected actors upon interaction
- Can be used to create slow-time bubbles, slow-time volume-based areas, time jumps etc. (see example project)
Code Modules: SlowTime
Number of C++ Classes: 3
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows 32/64, Android, HTML
Updates:
2022-07-11 – Added Example Project for 5.0
2019-05-29 – Support added for 4.21
特征:
- 包括SlowTimeComponent和SlowTimeVolume
- 赋予在交互时控制选定actor的时间膨胀的能力
- 可用于创建慢时间气泡,慢时间基于体积的区域,时间跳跃等。 (参见示例项目)
代码模块:慢时间
C++类数: 3
支持的开发平台:窗户
支持的目标构建平台:视窗32/64,安卓,HTML
更新资料:
2022-07-11-为5.0添加示例项目
2019-05-29-增加对4.21的支持
Slow Time exposes the Slow Time Component, which can be attached to any actor and provide control of time dilation when other actors overlap it.
The plugin also exposes the Slow Time Volume (which uses Slow Time Component) and provides volume-based slow-time (or fast-time) effect for actors entering/leaving it. When an actor defined in the configuration enters the volume, time dilation will be altered accordingly and will return to its original value when actor leaves the volume.
Despite it's name, the assets provided with the plugin can be used to speed-up time as well. Can be used to create slow-time bubbles, slow-time volume-based areas, time jumps etc.
慢时间公开慢时间组件,该组件可以附加到任何actor,并在其他actor重叠时提供对时间膨胀的控制。
该插件还公开了慢时间体积(使用慢时间组件),并为进入/离开它的actor提供基于体积的慢时间(或快时间)效果。 当配置中定义的actor进入卷时,时间膨胀将相应地改变,并在actor离开卷时返回其原始值。
尽管它的名字,插件提供的资产也可以用来加快时间。 可用于创建慢时间气泡,慢时间基于体积的区域,时间跳跃等。
评论(0)