read static method
Implementation
static KeyFrame? read(StreamReader reader, ActorComponent? component) {
KeyFrameIntProperty frame = KeyFrameIntProperty();
if (KeyFrameInt.read(reader, frame)) {
return frame;
}
return null;
}
static KeyFrame? read(StreamReader reader, ActorComponent? component) {
KeyFrameIntProperty frame = KeyFrameIntProperty();
if (KeyFrameInt.read(reader, frame)) {
return frame;
}
return null;
}