Component:TrackerController: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page TrackerController (Component) to Component:TrackerController: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|TargetUser|User|  
|PositionStreamConfigurator|{{RootFieldType|SyncDelegate`1|[[Type:Action`2|Action`2]]<[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>, [[Type:Int|Int]]>}}|TypeAdv0=true|
|PositionStreamConfigurator|Action`1|TypeString1=Action<ValueStream<float3>>|  
|RotationStreamConfigurator|{{RootFieldType|SyncDelegate`1|[[Type:Action`2|Action`2]]&lt;[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:FloatQ|FloatQ]]&gt;, [[Type:Int|Int]]&gt;}}|TypeAdv1=true|
|RotationStreamConfigurator|Action`1|TypeString2=Action<ValueStream<floatQ>>|  
}}
}}


Line 28: Line 27:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|TrackerController (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Tracker Controller]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users{{#translation:}}|TrackerController (Component){{#translation:}}]]
[[Category:Components:Users{{#translation:}}|Tracker Controller]]

Revision as of 22:53, 3 March 2024


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

Component image 
TrackerController 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. Some components stop their functionality when this field is disabled, but some don't.
PositionStreamConfigurator delegate of identity Action`2<ValueStream`1<Float3>, Int>
RotationStreamConfigurator delegate of identity Action`2<ValueStream`1<FloatQ>, Int>

Behavior

Examples

Related Components