INTERNAL_CALL_TestPointMove() private method

private INTERNAL_CALL_TestPointMove ( int pathIndex, int pointIndex, Vector2 &movePosition, bool &leftIntersect, bool &rightIntersect, bool loop ) : void
pathIndex int
pointIndex int
movePosition Vector2
leftIntersect bool
rightIntersect bool
loop bool
return void
示例#1
0
 public static void TestPointMove(int pathIndex, int pointIndex, Vector2 movePosition, out bool leftIntersect, out bool rightIntersect, bool loop)
 {
     PolygonEditor.INTERNAL_CALL_TestPointMove(pathIndex, pointIndex, ref movePosition, out leftIntersect, out rightIntersect, loop);
 }