Skip to main content
Reads the current value of a property on a drawing object.
This is the function form of just indexing the property (drawing.Radius). Use whichever reads cleaner in your code.

Parameters

Returns

any - the property’s current value. The type depends on the property (a Vector2 for Position, a number for Radius, and so on).

Example

Standard properties include Color, Visible, Transparency, Position.