ReplayState.Write Method (Single)

Ultimate Replay

ReplayStateWrite Method (Single)
Write a float to the state.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write(
	float value
)

Parameters

value
Type: SystemSingle
Float value
See Also