Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets or sets the scene this object belongs in, or returns the default scene. If this is not assigned to any scene, a the current main scene (or else a default empty scene) will be returned, to ensure null is never returned.

Namespace: Visual3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public Scene SceneOrDefault { get; set; }
Public Property SceneOrDefault As Scene
	Get
	Set

See Also