API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeCatalogResourceLeaf

@codexo/exojs / assets / stable

A resource type's catalog leaf: the heal-in-place placeholder resource itself (`Texture`, `Sound`, ...), branded. Stays assignable to the bare resource, so `const texture: Texture = bag.player` keeps working.

0
props
0
methods
0
events
Import
import { CatalogResourceLeaf } from '@codexo/exojs'

A resource type's catalog leaf: the heal-in-place placeholder resource itself (`Texture`, `Sound`, ...), branded. Stays assignable to the bare resource, so `const texture: Texture = bag.player` keeps working.

Definition1
T & CatalogLeafBrand<T>
Source