Version: 2022.3
言語: 日本語
public static bool operator == (SceneManagement.Scene lhs, SceneManagement.Scene rhs);

説明

シーンが同じであれば true を返します。

When a scene is loaded into memory, it can be referenced with a Scene struct. The equality operator checks if two Scene structs refer to the same scene in memory.