Component:PositionDeltaDriver

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
Position Delta Driver component as seen in the Scene Inspector

The PositionDeltaDriver component drives a field with a vector drawn from Origin to Target in global space transformed (optionally normalized) into space VectorSpace.

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. Some components stop their functionality when this field is disabled, but some don't.
Origin direct TransformRelayRef The Origin starting point for the vector, defaults to root if null.
Target direct TransformRelayRef The target for the vector. Defaults to root if null.
VectorSpace direct RootSpace The coordinate space to calculate the vector result in for Origin and Target
Normalized Bool Whether the vector from Origin to Target in VectorSpace should be normalized.
Vector field drive of Float3 The field to drive with the vector from Origin to Target in the coordinate space VectorSpace

Usage

Provide at least a Target slot and a value to drive for Vector to use this component.

Examples

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


See Also