Component:TransformStreamDriver

From Resonite Wiki
Component image 
TransformStreamDriver component as seen in the Scene Inspector

The TransformStreamDriver is used to convert a stream of position rotation and scale values into drives which can drive slot transforms. It is used internally by the user positioning system.

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.
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

Examples

Part of the user positioning system and IK.

See Also