namespace Kav { public interface PointLightEffect { PointLightCollection PointLights { get; } // TODO: should be a collection class? } }