ReplayVariable Properties

Ultimate Replay

ReplayVariable Properties

The ReplayVariable type exposes the following members.

Properties
  Name Description
Public property Attribute
Get the ReplayVarAttribute associated with this ReplayVariable.
Public property gameObject
Get the game object that this ReplayVariable is attached to.
Public property IsInterpolated
Returns true if this ReplayVariable should be interpolated between frames.
Public property IsInterpolationSupported
Returns true if this ReplayVariable supports interpolation. Interpolation can only be supported if the variable type has a registered interpolator.
Public property Name
Get the name of this ReplayVariable.
Public property Value
The current value for this ReplayVariable.
Top
See Also