namespace Kav { public interface PointLightEffect { int MaxPointLights { get; } PointLightCollection PointLights { get; } } }