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