Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 503 Bytes

ESCResourceDescriptor.md

File metadata and controls

36 lines (21 loc) · 503 Bytes

ESCResourceDescriptor

Extends: Resource

Description

Describes a resource for use in the resource cache

Property Descriptions

res

var res

The resource being described

permanent

var permanent: bool

Whether the resource is permanent

Method Descriptions

_init

func _init(res_in, permanent_in: bool) -> void