Vixen
02b45cc4
csharp
public readonly record struct SceneHandle

A loaded scene.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public int Id

    Its id, which is what SceneTag carries.

  • public static SceneHandle None

    The handle to no scene.

  • public bool IsValid

    Whether this names a scene.

Methods (1)

  • public SceneHandle(int Id)

    A loaded scene.

Used by (19)

  • ArenaThirdPersonShooter
  • ProgramEcsStressTest
  • NetworkSceneMapVixen.Net.Engine
  • NetworkSpawnSystemVixen.Net.Engine
  • NetworkSpawnTestsVixen.Net.Engine.Tests
  • NetworkSpawnerVixen.Net.Engine
  • PlayerSpawnerVixen.Net.Engine
  • SceneAndPrefabTestsVixen.Engine.Tests
  • SceneAssetVixen.Engine
  • SceneAssetTestsVixen.Engine.Tests
  • SceneContentVixen.Engine
  • SceneInterestRuleVixen.Net.Engine
  • SceneManagerVixen.Engine
  • VixenApplicationVixen.App.Hosting
  • SceneDocumentVixen.Editor.SceneView
  • SceneManifestTestsVixen.Editor.Assets.Tests
  • StartupSceneTestsVixen.App.Tests
  • MapAndHeartbeatTestsVixen.Live.Realm.Tests
  • MapLifetimeVixen.Live.Realm