Component:TextureSizeDriver: Difference between revisions

From Resonite Wiki
imported>Xekri
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=TextureSizeDriverComponent.png |Name=Texture Size Driver }} <!--T:2--> == Fields == {{Table..."
 
Automated: update Fields, Categories
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Texture|IAssetProvider`1|TypeString0=IAssetProvider<ITexture2D>|
|Texture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv0=true|
|Target|IField`1|TypeString1=IField<float2>|
|Target|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv1=true|
|DriveMode|Mode|
|DriveMode|'''[[#Mode|Mode]]'''|TypeAdv2=true|
|Premultiply|Float2|
|Premultiply|Float2|
|Ratio|Float2|
|Ratio|Float2|
Line 30: Line 30:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Texture Size Driver]]
[[Category:Components{{#translation:}}|Texture Size Driver]]
[[Category:Components With Nested Enums{{#translation:}}|Texture Size Driver]]
[[Category:Components:Transform:Drivers{{#translation:}}|Texture Size Driver]]
[[Category:Components:Transform:Drivers{{#translation:}}|Texture Size Driver]]

Latest revision as of 21:26, 3 March 2024


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


Component image 
Texture Size Driver 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 ITexture2D
Target field drive of Float2
DriveMode Mode
Premultiply Float2
Ratio Float2
MaxSize Float2

Usage

Examples

Related Components