Function FunnelState.CalculatePortalIntersections
        
                CalculatePortalIntersections
        
                (int startIndex, int endIndex, NativeCircularBuffer<float3> leftPortals, NativeCircularBuffer<float3> rightPortals, NativeCircularBuffer<float4> unwrappedPortals, float2 from, float2 to, NativeList<float3> result)
    
            
            
                Public
                    Static
            
        void CalculatePortalIntersections (
int  |     startIndex  |         |
int  |     endIndex  |         |
NativeCircularBuffer<float3>  |     leftPortals  |         |
NativeCircularBuffer<float3>  |     rightPortals  |         |
NativeCircularBuffer<float4>  |     unwrappedPortals  |         |
float2  |     from  |         |
float2  |     to  |         |
NativeList<float3>  |     result  |