UnityEngine.Light.GetCommandBuffers C# (CSharp) Method

GetCommandBuffers() private method

private GetCommandBuffers ( LightEvent evt ) : CommandBuffer[]
evt LightEvent
return CommandBuffer[]
        public extern CommandBuffer[] GetCommandBuffers(LightEvent evt);
        [MethodImpl(MethodImplOptions.InternalCall)]