Component:TimeIntDriver: Difference between revisions

From Resonite Wiki
imported>Xekri
No edit summary
 
m Fixed a link
 
(3 intermediate revisions by 3 users not shown)
Line 7: Line 7:
}}
}}
== Intoduction ==
== Intoduction ==
The '''TimeIntDriver''' Component drives the [[:Category:Types:Int|Int]] value specified in <code>Target</code> based on the current time, modified by the specified parameters.
The '''TimeIntDriver''' Component drives the [[Type:Int|Int]] value specified in <code>Target</code> based on the current time, modified by the specified parameters.
 
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
Line 13: Line 14:
|Repeat|Int| Once <code>Target</code> reaches this value, it will reset to 0 and restart.
|Repeat|Int| Once <code>Target</code> reaches this value, it will reset to 0 and restart.
|PingPong|Bool| Causes <code>Target</code> to reverse direction when it reaches 0 or the value in <code>Repeat</code>, instead of restarting.
|PingPong|Bool| Causes <code>Target</code> to reverse direction when it reaches 0 or the value in <code>Repeat</code>, instead of restarting.
|Target|Int| The value to be driven.
|Target|{{RootFieldType|FieldDrive`1|[[Type:Int|Int]]}}|TypeAdv3=true| The value to be driven.
}}
}}
== Behavior ==
== Behavior ==
Line 21: Line 22:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|TimeIntDriver (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Time Int Driver]]
[[Category:Components:Transform:Drivers{{#translation:}}|TimeIntDriver (Component){{#translation:}}]]
[[Category:Components:Transform:Drivers{{#translation:}}|Time Int Driver]]

Latest revision as of 16:24, 17 May 2024


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


Component image 
TimeIntDriver component as seen in the Scene Inspector

Intoduction

The TimeIntDriver Component drives the Int value specified in Target based on the current time, modified by the specified parameters.

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.
Scale Float Time scale in relation to time in seconds, where 1.0 means Target will increment once per second.
Repeat Int Once Target reaches this value, it will reset to 0 and restart.
PingPong Bool Causes Target to reverse direction when it reaches 0 or the value in Repeat, instead of restarting.
Target field drive of Int The value to be driven.

Behavior

Examples

Related Components