2026-07-05 글로벌 프리팹 추가
This commit is contained in:
@@ -19,6 +19,10 @@ public class DialogNode : ScriptableObject
|
||||
//Voice 없음 → LineDuration 대기
|
||||
|
||||
|
||||
[Header("Presentation")]
|
||||
public AudioClip Bgm; // 있으면 이 대사부터 전용 BGM 재생, 비어있으면 기본 BGM으로 복귀
|
||||
public GameObject Vfx; // 이 대사 시작 시 화자 위치에서 1회 재생할 이펙트 프리팹
|
||||
|
||||
[Header("Behavior")]
|
||||
public bool LookAtPlayer;
|
||||
public bool WaitForInput; // true면 LineDuration 무시하고 B버튼(OnDialogNext) 입력까지 대기
|
||||
|
||||
Reference in New Issue
Block a user