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

textureResource

Firtina Ozbalikci edited this page Aug 12, 2016 · 8 revisions

Wiki » Internal Components » Resource Types » textureResource

textureResource

Reference to a texture resource

Attributes

resourceId

string required

Default: ''

Notes:

If you would like to assign this texture resource to a material, you can do this by declaring the texture within:

<...material>
  <texture url={...} .../>
</...material>

===

View Source
Clone this wiki locally