인터페이스명 변경2
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
namespace VRShopping.UI
|
||||
{
|
||||
// 게임씬 첫 진입 시 자동으로 뜨는 다중 페이지 가이드 오버레이
|
||||
// ITransScenePossible 콜백으로 씬 로드 후 트리거됨
|
||||
public class GuidePanel : MonoBehaviour, ITransScenePossible
|
||||
// ISceneInitializable 콜백으로 씬 로드 후 트리거됨
|
||||
public class GuidePanel : MonoBehaviour, ISceneInitializable
|
||||
{
|
||||
[Header("Refs")]
|
||||
[SerializeField] private GameObject _root;
|
||||
|
||||
Reference in New Issue
Block a user