Component:PositionDeltaDriver: Difference between revisions

From Resonite Wiki
imported>Xekri
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=PositionDeltaDriverComponent.png |Name=Position Delta Driver }} <!--T:2--> == Fields == {{T..."
 
add info on the root space to unify meaning
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Origin|TransformRelayRef|  
|Origin|{{RootFieldType|TransformRelayRef}}|TypeAdv0=true|
|Target|TransformRelayRef|  
|Target|{{RootFieldType|TransformRelayRef}}|TypeAdv1=true|
|LocalSpace|Slot|
|VectorSpace|{{RootFieldType|RootSpace}}|TypeAdv2=true| The coordinate space to calculate delta changes in for <code>Origin</code> and <code>Target</code>
|UseParentSpace|Bool|
|OverrideRootSpace|RootSpace|
|Normalized|Bool|
|Normalized|Bool|
|Vector|IField`1|TypeString4=IField<float3>|
|Vector|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true|
}}
}}



Latest revision as of 17:36, 23 October 2024


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


Component image 
Position Delta 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.
Origin direct TransformRelayRef
Target direct TransformRelayRef
VectorSpace direct RootSpace The coordinate space to calculate delta changes in for Origin and Target
Normalized Bool
Vector field drive of Float3

Usage

Examples

Related Components