Click or drag to resize
CameraIsActiveCamera Property
Get if this camera is the active camera in its scene. Note: it doesn't mean that the scene this camera belongs to is currently active.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsActiveCamera { get; }

Property Value

Type: Boolean
See Also