Function NativeMovementPlane.ToPlane
        
                ToPlane
        
                (float3 p)
    
            
            Transforms from world space to the 'ground' plane of the graph.
                Public
            
        
        
                ToPlane
        
                (float3 p, out float elevation)
    
            
            Transforms from world space to the 'ground' plane of the graph.
                Public
            
        
        
                ToPlane
        
                (quaternion rotation)
    
            
            Projects a rotation onto the plane.
                Public