update method
dynamic
update([
- dynamic frame
override
Implementation
update([frame]) {
this.object = this.material != null ? this.material : frame.material;
super.update(frame);
}
update([frame]) {
this.object = this.material != null ? this.material : frame.material;
super.update(frame);
}