Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AdditionalFormatData

Provides additional information to the smart formatter for sources and formatters to use during formatting.
Read time 1 minuteLast updated 6 days ago

Definition

public class AdditionalFormatData

Properties

Property

Description

LocalVariablesStorage for local variables that may be used during formatting by the PersistentVariablesSource.
VariableTriggersAny IVariableValueChanged that may have been used during formatting. This can then be used to subscribe to update events in order to trigger a regeneration of the string.