Ultimate Replay Scripting Reference
ReplayVarAttribute Class |
Use this attribute on a field to mark it for recording.
The type the field is defined in must inheit from ReplayBehaviour in order for the field to be recorded automatically.
Interpolation between field values is also possible where low record rates are used.
Inheritance Hierarchy
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ReplayVarAttribute : Attribute
The ReplayVarAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReplayVarAttribute |
Create a new ReplayVarAttribute for a field.
|
Fields
Name | Description | |
---|---|---|
interpolate |
See Also