Method IsTileCompatible
IsTileCompatible()
Tells if the post process can run the effect on-tile or if it needs a full pass.
Declaration
[Obsolete("Unused #from(2023.1)", false)]
bool IsTileCompatible()
Returns
Type | Description |
---|---|
bool | True if it can run on-tile, otherwise false. |