| 567 | } |
| 568 | |
| 569 | DefineEngineMethod(Sun, apply, void, (), , "") |
| 570 | { |
| 571 | object->inspectPostApply(); |
| 572 | } |
| 573 | |
| 574 | DefineEngineMethod(Sun, animate, void, ( F32 duration, F32 startAzimuth, F32 endAzimuth, F32 startElevation, F32 endElevation ), , "animate( F32 duration, F32 startAzimuth, F32 endAzimuth, F32 startElevation, F32 endElevation )") |
| 575 | { |
nothing calls this directly
no test coverage detected