Category
Drawing
Drawing objects and their properties.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
Drawing
Available functions
| Function | Description |
|---|---|
cleardrawcache | Clears Real's global Drawing object list. |
Drawing.new | Creates a new Drawing object of the requested type and adds it to Real's tracked Drawing object list. |
getrenderproperty | Returns the result of indexing the first argument with the given property key. |
isrenderobj | Returns whether the value is object with the Drawing object type. |
setrenderproperty | Assigns value to object[property]. |