Component:RawImage: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page RawImage (Component) to Component:RawImage: 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|
|UVRect|Rect|  
|UVRect|Rect|
|Orientation|RectOrientation|  
|Orientation|RectOrientation|
|PreserveAspect|Bool|  
|PreserveAspect|Bool|
|InteractionTarget|Bool|  
|InteractionTarget|Bool|
}}
}}


Line 32: Line 32:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|RawImage (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Raw Image]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:UIX:Graphics{{#translation:}}|RawImage (Component){{#translation:}}]]
[[Category:Components:UIX:Graphics{{#translation:}}|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 
RawImage 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
UVRect Rect
Orientation RectOrientation
PreserveAspect Bool
InteractionTarget Bool

Behavior

Examples

Related Components