浏览代码

[Bot] Automated dotnet-format update

/main
Rainaldi Satria 4 年前
当前提交
b62977f8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      UOP1_Project/Assets/Scripts/Cutscenes/DialogueControlTrack/DialogueBehaviour.cs

4
UOP1_Project/Assets/Scripts/Cutscenes/DialogueControlTrack/DialogueBehaviour.cs


/// </summary>
public override void ProcessFrame(Playable playable, FrameData info, object playerData)
{
if(_dialoguePlayed)
if (_dialoguePlayed)
if (Application.isPlaying) //TODO: Find a way to "play" dialogue lines even when scrubbing the Timeline not in Play Mode
{
// Need to ask the CutsceneManager if the cutscene is playing, since the graph is not actually stopped/paused: it's just going at speed 0.

正在加载...
取消
保存