m ProbablePrime moved page ValueGraphRecorder (Component) to Component:ValueGraphRecorder: Creating component Namespace |
Automated: update Fields, Categories |
||
Line 9: | Line 9: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
| | |RecordingUser|{{RootFieldType|UserRef}}|TypeAdv0=true| | ||
| | |SourceValue|'''[[Type:IField`1|IField`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| The field that will be sampled for values. | ||
| | |||
|SourceValue|IField`1| | |||
|UpdateInterval|Float| The interval, in seconds, that the source field will be sampled at. | |UpdateInterval|Float| The interval, in seconds, that the source field will be sampled at. | ||
|Points|Int| The number of samples to retain. | |Points|Int| The number of samples to retain. | ||
|TargetArray|SyncArray`1| | |TargetArray|'''[[Type:SyncArray`1|SyncArray`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true| The array to store samples in. Typically this will be the Values field in a [[StandaloneRectMesh (Component)|StandaloneRectMesh]]<LineGraphMesh>. | ||
|TargetArrayOffset|IField`1| | |TargetArrayOffset|'''[[Type:IField`1|IField`1]]<[[Type:Int|Int]]>'''|TypeAdv5=true| The integer field containing the offset into the TargetArray to start storing samples at. | ||
|MinRangeAdjustThreshold|Float| {{stub}} | |MinRangeAdjustThreshold|Float| {{stub}} | ||
|MinRangeAdjustMultiplier|Float| {{stub}} | |MinRangeAdjustMultiplier|Float| {{stub}} | ||
|MaxRangeAdjustThreshold|Float| {{stub}} | |MaxRangeAdjustThreshold|Float| {{stub}} | ||
|MaxRangeAdjustMultiplier|Float| {{stub}} | |MaxRangeAdjustMultiplier|Float| {{stub}} | ||
|RangeMin|IField`1| | |RangeMin|'''[[Type:IField`1|IField`1]]<[[Type:Float|Float]]>'''|TypeAdv10=true| {{stub}} | ||
|RangeMax|IField`1| | |RangeMax|'''[[Type:IField`1|IField`1]]<[[Type:Float|Float]]>'''|TypeAdv11=true| {{stub}} | ||
|Drive|Bool| {{stub}} | |Drive|Bool| {{stub}} | ||
|_arrayDrive|SyncArray`1| | |_arrayDrive|{{RootFieldType|DriveRef`1|[[Type:SyncArray`1|SyncArray`1]]<[[Type:Float|Float]]>}}|TypeAdv13=true| {{stub}} | ||
|_arrayOffsetDrive| | |_arrayOffsetDrive|{{RootFieldType|FieldDrive`1|[[Type:Int|Int]]}}|TypeAdv14=true| {{stub}} | ||
|_rangeMinDrive| | |_rangeMinDrive|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv15=true| {{stub}} | ||
|_rangeMaxDrive| | |_rangeMaxDrive|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv16=true| {{stub}} | ||
}} | }} | ||
Line 39: | Line 37: | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components|Value Graph Recorder]] | [[Category:Components:Utility{{#translation:}}|Value Graph Recorder]] | ||
[[Category:Components: | [[Category:Components{{#translation:}}|Value Graph Recorder]] |
Revision as of 22:56, 3 March 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. |
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.