Skip to content

Get Static Property

Get a static property in a type.

Parameters

Parameter Description
Type The name of the type. The UI will indicate if the name is valid.
Property Path The path to the property to set.
Store Result Store the value of the property in a variable.

Examples

Script actions require some familiarity with the target API. A good place to start is API documentation.

For example: UnityEngine.Application has many static properties documented here.

You can get any of these properties using the Get Static Property action:

get-static-property_application