Component:TextureExportable: Difference between revisions

From Resonite Wiki
imported>Xekri
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=TextureExportableComponent.png |Name=Texture Exportable }} <!--T:2--> == Fields == {{Table..."
 
mNo edit summary
Line 3: Line 3:
<!--T:1-->
<!--T:1-->
{{stub}}
{{stub}}
{{Infobox Component
 
=== Introduction ===
TextureExportable allows you to make a [[StaticTexture2D (Component)|StaticTexutre2D]] exportable.{{Infobox Component
|Image=TextureExportableComponent.png
|Image=TextureExportableComponent.png
|Name=Texture Exportable
|Name=Texture Exportable

Revision as of 08:13, 12 January 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Introduction

TextureExportable allows you to make a StaticTexutre2D exportable.

Component image 
Texture Exportable component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Texture IAssetProvider<Texture2D>

Usage

Examples

Related Components