# ScaleType

<table data-header-hidden><thead><tr><th width="190"></th><th width="559"></th></tr></thead><tbody><tr><td>SetRealWorld</td><td>The object's size is set to match its real-world size (as provided by database)</td></tr><tr><td>ScaleRealWorld</td><td>The object's size is scaled in relation to the real world.</td></tr><tr><td>Absolute</td><td>The object's size is an absolute value, not relative to the real world.</td></tr></tbody></table>

#### Description

Enum defining the different types of scaling modes when creating AnythingWorld objects.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/utilities/utilityenum/scaletype.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
