UI系统
This commit is contained in:
@@ -98,7 +98,6 @@ namespace BaseGames.World
|
||||
SceneName = _targetSceneAddress,
|
||||
EntryTransitionId = _targetTransitionId,
|
||||
TransitionType = _transitionType,
|
||||
ShowLoadingScreen = _transitionType == TransitionType.Scene,
|
||||
IsRespawn = false,
|
||||
};
|
||||
|
||||
|
||||
@@ -141,7 +141,6 @@ namespace BaseGames.World.Map
|
||||
SceneName = targetRoomId, // RoomId 即场景 Addressable key("Room_" 前缀,见 ISceneLoadCoordinator)
|
||||
EntryTransitionId = null, // 默认出生点;精确落到传送站点为后续增强项
|
||||
TransitionType = TransitionType.Scene, // 完整淡出 + 加载画面,符合快速旅行演出
|
||||
ShowLoadingScreen = true,
|
||||
IsRespawn = false,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -69,7 +69,6 @@ namespace BaseGames.World
|
||||
SceneName = _targetSceneAddress,
|
||||
EntryTransitionId = _targetTransitionId,
|
||||
TransitionType = _transitionType,
|
||||
ShowLoadingScreen = _transitionType == TransitionType.Scene,
|
||||
IsRespawn = false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user