namespace Kav { public interface DirectionalLightEffect { int MaxDirectionalLights { get; } DirectionalLightCollection DirectionalLights { get; } } }