Click or drag to resize

BaseTextGeneratorGetNextValue Method

Returns the generated text.

Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public string GetNextValue(
	bool peek,
	bool preUpdate,
	Guid? simulationID
)

Parameters

peek  Boolean
Gets the value without changing the state.
preUpdate  Boolean
Value can be updated before and after execution.
simulationID  NullableGuid
A unique ID to indicate that the content is simulated using the given ID as the key. The simulated value is reset to the last non-simulated value if the ID changes. The last non-simulated value will be used if the ID is null.

Return Value

String
The generated text.
See Also