Click or drag to resize

CustomTextGeneratorUpdateNextValue Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Common.TextGenerator.CustomTextGenerator.UpdateNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Boolean)"]


Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
protected override void UpdateNextValue(
	bool peek,
	bool preUpdate,
	Guid? simulationID,
	bool isForced
)

Parameters

peek  Boolean

[Missing <param name="peek"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.CustomTextGenerator.UpdateNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Boolean)"]

preUpdate  Boolean

[Missing <param name="preUpdate"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.CustomTextGenerator.UpdateNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Boolean)"]

simulationID  NullableGuid

[Missing <param name="simulationID"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.CustomTextGenerator.UpdateNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Boolean)"]

isForced  Boolean

[Missing <param name="isForced"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.CustomTextGenerator.UpdateNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Boolean)"]

See Also