Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AbstractBehaviour : MonoBehaviour
: 편의를 위한 최상위 추상 클래스string Name
: 클래스 이름bool Awake_()
:Awake
메시지 용 메서드bool InitFields()
: 필드를 초기화하는 메서드void Log(string message, int mode = 0)
: 로깅 용 메서드AbstractAnomalyObject : AbstractBehaviour
: 이상현상 개체에 관한 추상 클래스bool StartAnomaly()
: 이상현상을 시작하는 메서드bool ResetAnomaly()
: 이상현상을 초기화하는 메서드AbstractAnomalyController : AbstractAnomalyObject
: 이상현상 컨트롤러에 관한 추상 클래스string[] names
: 오브젝트 이름 배열 필드GameObject[] prefabs
: 프리팹 배열 필드List<AbstractAnomalyObject> objects
: 이상현상 개체 리스트bool InitObjects()
: 오브젝트를 초기화하는 메서드AbstractAnomalyInteractable : AbstractAnomalyObject, IInteractable
: 상호작용 가능한 이상현상 개체에 관한 추상 클래스string prompt
: 프롬프트distanceInteractionMax
: 상호작용 최대 거리bool canInteract
: 상호작용 가능 여부(거리에 따른 여부 반영 ×)IStageObserver
bool UpdateStage()
: 단계 변경 시 불리는 메서드Anomaly1Manager
,Anomaly1_Chair
,Anomaly1_Girl
Anomaly2Manager
,Anomaly2_Laptop
Anomaly6Manager
,Anomaly6_Cake
Anomaly18Manager
,Anomaly18_Interactable
,Anomaly18_Object
,Anomaly18_Prefab
Anomaly19Manager
,Anomaly19_Slide
Anomaly20Manager
,Anomaly20_Interactable
,Anomaly20_InteractableBack
,Anomaly20_InteractableFront
,Anomaly20_InteractableRight
,Anomaly20_Player
Anomaly23Manager
,Anomaly23_Ghost
,Anomaly23_Laptop