Component:DebugValueStreamRange

From Resonite Wiki
Component image 
Debug Value Stream Range component as seen in the Scene Inspector

The DebugValueStreamRange component is used to debug the range of a Float3 stream for debugging. Like a graph of sorts.

This game element is a debug item. Elements like this may be removed at any time without warning, and creations should not rely on it.

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.
Stream ValueStream`1<Float3> The stream to debug.
positionDrive field drive of Float3 The position field to drive with the stream position.
sizeDrive field drive of Float3 The field to drive with the overall stream range.

Usage

Not generally useful to the user.

Examples

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

See Also