Functionsobsoleteobsolete Callableobsolete(options?: ObsoleteOptions): anyObsolete decorator for marking Excalibur methods obsolete, you can optionally specify a custom message and/or alternate replacement method do the deprecated one. Inspired by https://github.com/jayphelps/core-decorators.jsParametersoptionaloptions: ObsoleteOptionsReturns any
Obsolete decorator for marking Excalibur methods obsolete, you can optionally specify a custom message and/or alternate replacement method do the deprecated one. Inspired by https://github.com/jayphelps/core-decorators.js