UnityEngine.Light.GetLights C# (CSharp) Method

GetLights() private method

private GetLights ( LightType type, int layer ) : UnityEngine.Light[]
type LightType
layer int
return UnityEngine.Light[]
        public static extern Light[] GetLights(LightType type, int layer);
        [MethodImpl(MethodImplOptions.InternalCall)]