Uses of Class
com.offbynull.coroutines.user.SerializedState.FrameUpdatePoint
Packages that use SerializedState.FrameUpdatePoint
-
Uses of SerializedState.FrameUpdatePoint in com.offbynull.coroutines.user
Methods in com.offbynull.coroutines.user with parameters of type SerializedState.FrameUpdatePointModifier and TypeMethodDescription(package private) static void
SerializationUtils.populateUpdatesMapAndInterceptsMap
(Map updatersMap, SerializedState.FrameUpdatePoint[] frameUpdatePoints, Map interceptersMap, SerializedState.FrameInterceptPoint[] frameInterceptPoints) Constructors in com.offbynull.coroutines.user with parameters of type SerializedState.FrameUpdatePointModifierConstructorDescriptionCoroutineReader
(CoroutineReader.CoroutineDeserializer deserializer, SerializedState.FrameUpdatePoint[] frameUpdatePoints, SerializedState.FrameInterceptPoint[] frameInterceptPoints) Constructs aCoroutineReader
object.CoroutineReader
(SerializedState.FrameUpdatePoint[] frameUpdatePoints) Constructs aCoroutineReader
.CoroutineReader
(SerializedState.FrameUpdatePoint[] frameUpdatePoints, SerializedState.FrameInterceptPoint[] frameInterceptPoints) Constructs aCoroutineReader
.CoroutineWriter
(CoroutineWriter.CoroutineSerializer serializer, SerializedState.FrameUpdatePoint[] frameUpdatePoints, SerializedState.FrameInterceptPoint[] frameInterceptPoints) Constructs aCoroutineWriter
object.CoroutineWriter
(SerializedState.FrameUpdatePoint[] frameUpdatePoints) Constructs aCoroutineWriter
.CoroutineWriter
(SerializedState.FrameUpdatePoint[] frameUpdatePoints, SerializedState.FrameInterceptPoint[] frameInterceptPoints) Constructs aCoroutineWriter
.