Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

AdditionalFormatData

class in Unity.SmartStrings

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides additional information to the smart formatter for sources and formatters to use during formatting.

Properties

Property Description
LocalVariables Storage for local variables that may be used during formatting by the PersistentVariablesSource.
VariableTriggers Any 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.