(objName string, duration uint32)
| 89 | } |
| 90 | |
| 91 | func (e *EmptyNativeInterface) UIObjFadeIn(objName string, duration uint32) (bool, error) { |
| 92 | return false, nil |
| 93 | } |
| 94 | |
| 95 | func (e *EmptyNativeInterface) UIObjFadeOut(objName string, duration uint32) (bool, error) { |
| 96 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected