Converts the IntersectInformation intersection info to the XMeshRayIntersectionInfo intersection info.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public XMeshRayIntersectionInfo ConvertIntersectInfo(
	IntersectInformation info
)

Parameters

info
Type: IntersectInformation
The source IntersectInformation instance.

Return Value

Returns the converted information in the XMeshRayIntersectionInfo.

See Also