Search the Unity Editor main menu
The calculator

Execute Static API methods

Use the Static API search provider to execute Unity’s parameterless public static API methods and properties.

Note: You can’t implicitly use this search provider as part of a default search. You must explicitly use its search token or its visual query filter.

Query syntax

Provider token: api:

Query example: Searches for methods in the Application class, which provides access to application runtime data.

api:Application

Provider filters

The Static API search provider doesn’t have any filters.

Results

Search window tab: Static API.

Actions

Default action: Executes the API method.

Additional resources


Did you find this page useful? Please give it a rating:

Search the Unity Editor main menu
The calculator