Component:DebugValueStreamRange: Difference between revisions

From Resonite Wiki
debug
add info
 
Line 3: Line 3:
|Name=Debug Value Stream Range
|Name=Debug Value Stream Range
}}
}}
{{stub}}
The '''DebugValueStreamRange''' component is used to debug the range of a Float3 stream for debugging. Like a graph of sorts.


{{Template:Debug}}
{{Template:Debug}}


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Stream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>'''|TypeAdv0=true|
|Stream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>'''|TypeAdv0=true| The stream to debug.
|positionDrive|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv1=true|
|positionDrive|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv1=true| The position field to drive with the stream position.
|sizeDrive|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv2=true|
|sizeDrive|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv2=true| The field to drive with the overall stream range.
}}
}}


== Behavior ==
== Usage ==
Not generally useful to the user.


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 22: Line 24:
[[Category:Components:Uncategorized{{#translation:}}|Debug Value Stream Range]]
[[Category:Components:Uncategorized{{#translation:}}|Debug Value Stream Range]]
[[Category:Components{{#translation:}}|Debug Value Stream Range]]
[[Category:Components{{#translation:}}|Debug Value Stream Range]]
[[Category:ComponentStubs]]

Latest revision as of 19:04, 15 February 2025

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