package project_cache
import "kaiju/cache/project_cache"
Constants
CacheFolder
".cache"
Functions
CacheMesh
func CacheMesh(adi asset_info.AssetDatabaseInfo, mesh load_result.Mesh) error
DeleteMesh
func DeleteMesh(adi asset_info.AssetDatabaseInfo) error
LoadCachedMesh
func LoadCachedMesh(adi asset_info.AssetDatabaseInfo) (load_result.Mesh, error)
Types
ProjectEditorCache
struct
type ProjectEditorCache struct {
}