| 725 | } |
| 726 | |
| 727 | Array<Asset*> Content::GetAssets() |
| 728 | { |
| 729 | Array<Asset*> assets; |
| 730 | AssetsLocker.Lock(); |
| 731 | Assets.GetValues(assets); |
| 732 | AssetsLocker.Unlock(); |
| 733 | return assets; |
| 734 | } |
| 735 | |
| 736 | Array<Asset*> Content::GetAssets(const MClass* type) |
| 737 | { |