ReplayVariable Constructor

Ultimate Replay

ReplayVariable Constructor
Create a new ReplayVariable.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReplayVariable(
	ReplayBehaviour owner,
	FieldInfo field,
	ReplayVarAttribute attribute
)

Parameters

owner
Type: UltimateReplayReplayBehaviour
The ReplayBehaviour that this ReplayVariable is defined in
field
Type: System.ReflectionFieldInfo
The field info for the variable field
attribute
Type: UltimateReplayReplayVarAttribute
The ReplayVarAttribute for the field
See Also