Can be used to acquire interpolated data for different points in time. More...
Static Public Member Functions | |
static void | GetRenderBuffers (NetworkBehaviour behaviour, out NetworkBehaviourBuffer from, out NetworkBehaviourBuffer to, out float alpha) |
Get the render data for the given NetworkBehaviour. More... | |
Can be used to acquire interpolated data for different points in time.
|
static |
Get the render data for the given NetworkBehaviour.
behaviour | Network behaviour to get render data for. |
from | Render data for the previous point in time. |
to | Render data for the next point in time. |
alpha | Interpolation alpha. |