Ultimate Replay Scripting Reference
ReplayVarAttribute Constructor |
Create a new ReplayVarAttribute for a field.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReplayVarAttribute( bool interpolated = true )
Parameters
- interpolated (Optional)
- Type: SystemBoolean
Should the field value be interpolated between frames
See Also