Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Resource Types

Firtina Ozbalikci edited this page Jul 29, 2017 · 20 revisions

Wiki » Internal Components » Resource Types

Resource Types

Allows you to reuse entities, these help save a lot of memory

Usage

Place <resources></resources>; anywhere inside <React3/>, or any of its children.

The preferred place inside the parent is before any other component, since it's expensive to replace.

If this component is remounted, all of the resources will be recreated.

To use resources, please see:

Then you can place these components inside to create and assign resources, as long as they have a resourceId property:

Components

Clone this wiki locally