Пример #1
0
 /// <summary>
 ///  Returns the result of testing a tracked node against the specified boundary type.
 /// </summary>
 /// <param name="node"></param>
 /// <param name="boundaryType"></param>
 /// <returns></returns>
 public static PxrBoundaryTriggerInfo TestNode(BoundaryTrackingNode node, BoundaryType boundaryType)
 {
     return(PXR_Plugin.Boundary.UPxr_TestNodeIsInBoundary(node, boundaryType));
 }
Пример #2
0
 /// <summary>
 ///  Returns the result of testing a tracked node against the specified boundary type
 /// </summary>
 /// <param name="node"></param>
 /// <param name="boundaryType"></param>
 /// <returns></returns>
 public static BoundaryTestResult TestNode(BoundaryTrackingNode node, BoundaryType boundaryType)
 {
     return(PXR_Plugin.Boundary.UPxr_TestBoundaryNode(node, boundaryType));
 }