| 566 | #endif |
| 567 | |
| 568 | void Asset::DeleteManaged() |
| 569 | { |
| 570 | if (HasManagedInstance()) |
| 571 | { |
| 572 | if (IsRegistered()) |
| 573 | UnregisterObject(); |
| 574 | DestroyManaged(); |
| 575 | } |
| 576 | } |
| 577 | |
| 578 | ContentLoadTask* Asset::createLoadingTask() |
| 579 | { |
nothing calls this directly
no test coverage detected