Component:RawGraphic: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page RawGraphic (Component) to Component:RawGraphic: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Material|Material|  
|Material|{{RootFieldType|AssetRef`1|[[Type:Material|Material]]}}|TypeAdv0=true|
|PropertyBlock|MaterialPropertyBlock|  
|PropertyBlock|{{RootFieldType|AssetRef`1|[[Type:MaterialPropertyBlock|MaterialPropertyBlock]]}}|TypeAdv1=true|
|FillRect|Rect|  
|FillRect|Rect|
|Color|Color|  
|Color|ColorX|
|UVRect|Rect|  
|UVRect|Rect|
|Orientation|RectOrientation|  
|Orientation|RectOrientation|
|Normal|Nullable`1|TypeString6=float3?|  
|Normal|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float3|Float3]]>'''|TypeAdv6=true|
|Tangent|Nullable`1|TypeString7=float4?|  
|Tangent|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float4|Float4]]>'''|TypeAdv7=true|
|HideWithNoMaterial|Bool|  
|HideWithNoMaterial|Bool|
|PreserveUVAspectRatio|Bool|  
|PreserveUVAspectRatio|Bool|
|InteractionTarget|Bool|  
|InteractionTarget|Bool|
}}
}}


Line 36: Line 36:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|RawGraphic (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Raw Graphic]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:UIX:Graphics{{#translation:}}|RawGraphic (Component){{#translation:}}]]
[[Category:Components:UIX:Graphics{{#translation:}}|Raw Graphic]]

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 
RawGraphic 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.
Material Material
PropertyBlock MaterialPropertyBlock
FillRect Rect
Color ColorX
UVRect Rect
Orientation RectOrientation
Normal Nullable`1<Float3>
Tangent Nullable`1<Float4>
HideWithNoMaterial Bool
PreserveUVAspectRatio Bool
InteractionTarget Bool

Behavior

Examples

Related Components