KeyFrameReader typedef

KeyFrameReader = KeyFrame? Function(StreamReader reader, ActorComponent? component)

Implementation

typedef KeyFrame? KeyFrameReader(
    StreamReader reader, ActorComponent? component);