Component:TiledRawImage: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page TiledRawImage (Component) to Component:TiledRawImage: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Texture|ITexture2D|  
|Texture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv0=true|
|Material|Material|  
|Material|{{RootFieldType|AssetRef`1|[[Type:Material|Material]]}}|TypeAdv1=true|
|Tint|Color|  
|Tint|ColorX|
|SizeBasis|TileSizeBasis|  
|SizeBasis|'''[[#TileSizeBasis|TileSizeBasis]]'''|TypeAdv3=true|
|TileSize|Float2|  
|TileSize|Float2|
|TileOffset|Float2|  
|TileOffset|Float2|
|InteractionTarget|Bool|  
|InteractionTarget|Bool|
}}
}}


Line 32: Line 32:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|TiledRawImage (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Tiled Raw Image]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:UIX:Graphics{{#translation:}}|TiledRawImage (Component){{#translation:}}]]
[[Category:Components With Nested Enums{{#translation:}}|Tiled Raw Image]]
[[Category:Components:UIX:Graphics{{#translation:}}|Tiled Raw Image]]

Revision as of 21:37, 3 March 2024


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


Component image 
TiledRawImage component as seen in the Scene Inspector


Intoduction

Usage

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 ITexture2D
Material Material
Tint ColorX
SizeBasis TileSizeBasis
TileSize Float2
TileOffset Float2
InteractionTarget Bool

Behavior

Examples

Related Components