Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Rect.NormalizedToPoint

public static function NormalizedToPoint(rectangle: Rect, normalizedRectCoordinates: Vector2): Vector2;

Parameters

rectangle Rectangle to get a point inside.
normalizedRectCoordinates Normalized coordinates to get a point for.

Description

Returns a point inside a rectangle, given normalized coordinates.