INTERNAL_CALL_SetPoint() private method

private INTERNAL_CALL_SetPoint ( int pathIndex, int pointIndex, Vector2 &value ) : void
pathIndex int
pointIndex int
value Vector2
return void
示例#1
0
 public static void SetPoint(int pathIndex, int pointIndex, Vector2 value)
 {
     PolygonEditor.INTERNAL_CALL_SetPoint(pathIndex, pointIndex, ref value);
 }