Automated: update Fields, Categories |
Automated: update Categories, SyncDelegates |
||
Line 26: | Line 26: | ||
|_rangeMinDrive|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv15=true| {{stub}} | |_rangeMinDrive|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv15=true| {{stub}} | ||
|_rangeMaxDrive|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv16=true| {{stub}} | |_rangeMaxDrive|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv16=true| {{stub}} | ||
}} | |||
== Sync Delegates == | |||
{{Table ComponentTriggers | |||
|WriteValue()|[[Type:Action|Action]]| | |||
}} | }} | ||
Line 38: | Line 43: | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components:Utility{{#translation:}}|Value Graph Recorder]] | [[Category:Components:Utility{{#translation:}}|Value Graph Recorder]] | ||
[[Category:ComponentStub]] | |||
[[Category:Components{{#translation:}}|Value Graph Recorder]] | [[Category:Components{{#translation:}}|Value Graph Recorder]] |
Revision as of 13:12, 6 November 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
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. |
RecordingUser
|
direct UserRef | |
SourceValue
|
IField`1<Float> | The field that will be sampled for values. |
UpdateInterval
|
Float | The interval, in seconds, that the source field will be sampled at. |
Points
|
Int | The number of samples to retain. |
TargetArray
|
SyncArray`1<Float> | The array to store samples in. Typically this will be the Values field in a StandaloneRectMesh<LineGraphMesh>. |
TargetArrayOffset
|
IField`1<Int> | The integer field containing the offset into the TargetArray to start storing samples at. |
MinRangeAdjustThreshold
|
Float | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
MinRangeAdjustMultiplier
|
Float | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
MaxRangeAdjustThreshold
|
Float | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
MaxRangeAdjustMultiplier
|
Float | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
RangeMin
|
IField`1<Float> | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
RangeMax
|
IField`1<Float> | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
Drive
|
Bool | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
_arrayDrive
|
direct DriveRef`1<SyncArray`1<Float>> | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
_arrayOffsetDrive
|
field drive of Int | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
_rangeMinDrive
|
field drive of Float | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
_rangeMaxDrive
|
field drive of Float | This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
Sync Delegates
Name | Arguments | Description |
---|---|---|
WriteValue()
|
Action |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.