Skip to content

Set Static Property

Set 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.
Property Value The value to set the property to. This field matches the type set by Property Path.

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 set any of these properties that are writable using the Set Static Property action:

set-static-property_application