 |
RenderingLayerParentScene Property |
Gets the Scene where this RenderingLayer is used.
This value is set when the RenderingLayer is added to the Scene.
When null, then this RenderingLayer was not yet added to the Scene or was removed from the Scene.
Namespace: Ab4d.SharpEngine.RenderingLayersAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic Scene? ParentScene { get; }Property Value
Scene
See Also