Component:TransformStreamDriver

From Resonite Wiki
This page contains changes which are not marked for translation.


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


Component image 
TransformStreamDriver 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.
PositionStream ValueStream`1<Float3>
RotationStream ValueStream`1<FloatQ>
ScaleStream ValueStream`1<Float3>
RootSpaceStream ReferenceStream`1<Slot>
Position field drive of Float3
Rotation field drive of FloatQ
Scale field drive of Float3
AllowOffsets Bool
ResetStreamsOnDestroy Bool
PositionOffset Nullable`1<Float3>
RotationOffset Nullable`1<FloatQ>
ScaleOffset Nullable`1<Float3>
RunBeforePhysics Bool

Behavior

Examples

Related Components