Version: 2022.2
언어: 한국어

ChangeSceneEventArgs

struct in UnityEditor

매뉴얼로 전환

설명

A change of this type indicates that an open scene has been changed ("dirtied") without any more specific information available. This happens for example when EditorSceneManager.MarkSceneDirty is used.

변수

sceneThe Scene that was changed.

생성자

ChangeSceneEventArgsConstructs a new instance.