SceneInfo.IsInBuildSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the asset is not null and if the scene has a valid build index. Doesn't respect whether scene is enabled in build settings.
public:
property bool IsInBuildSettings { bool get(); };
public bool IsInBuildSettings { get; }
member this.IsInBuildSettings : bool
Public ReadOnly Property IsInBuildSettings As Boolean