ESCResourceDescriptor
Extends: Resource
Description
Describes a resource for use in the resource cache
Property Descriptions
res
var res: Resource
The resource being described
permanent
var permanent: bool
Whether the resource is permanent
Method Descriptions
_init
func _init(res_in: Resource, permanent_in: bool) -> void