TextStudioEmissionHandle
public readonly struct TextStudioEmissionHandleGeneration-safe reference to one active temporary emission.
Methods
Section titled “Methods”
SetText(string)
Section titled “SetText(string)”public bool SetText(string text)Replaces active emission text and restarts effects according to its preset.
Parameters
| Name | Type |
|---|---|
text |
System.String |
Returns
System.Boolean: false after release or pool reuse.
SetValue(double)
Section titled “SetValue(double)”public bool SetValue(double value)Reformats and replaces an active numeric emission.
Parameters
| Name | Type |
|---|---|
value |
System.Double |
Returns
System.Boolean: false after release or pool reuse.
Dismiss()
Section titled “Dismiss()”public bool Dismiss()Starts the configured hide phase, or releases immediately when no transition applies.
Returns
System.Boolean: false after release or pool reuse.
Properties
Section titled “Properties”
Invalid
Section titled “Invalid”public static TextStudioEmissionHandle Invalid { get; }Returns
TextStudio.TextStudioEmissionHandle
IsValid
Section titled “IsValid”public bool IsValid { get; }Returns
System.Boolean