989onan bot (talk | contribs) Automated: update Fields, Categories |
989onan bot (talk | contribs) Automated: update Fields, Categories |
||
Line 8: | Line 8: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
| | |EditModeOnly|Bool| | ||
| | |AllowSteal|Bool| | ||
| | |DropOnDisable|Bool| | ||
| | |DontDrive|Bool| | ||
| | |AllowOnlyPhysicalGrab|Bool| | ||
| | |ActiveUserFilter|ActiveUserHandling| | ||
| | |CustomGrabCheck|{{RootFieldType|SyncDelegate`1|[[Type:GrabCheck|GrabCheck]]}}|TypeAdv6=true| | ||
| | |_grabber|'''[[Component:Grabber|Grabber]]'''|TypeAdv7=true| | ||
| | |_holdSlot|Slot| | ||
| | |_pos|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]<[[Type:Float3|Float3]]>}}|TypeAdv9=true| | ||
| | |_rot|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]<[[Type:FloatQ|FloatQ]]>}}|TypeAdv10=true| | ||
| | |_scl|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]<[[Type:Float3|Float3]]>}}|TypeAdv11=true| | ||
| | |__legacyActiveUserRootOnly|Bool| | ||
| | |GrabPriority|Int| | ||
| | |Rotatable|Bool| | ||
| | |Scalable|Bool| | ||
| | |Range|Float3| | ||
| | |Origin|Float3| | ||
| | |MinScale|Float3| | ||
| | |MaxScale|Float3| | ||
| | |VibrationOffset|Float| | ||
| | |VibrationPreset|VibratePreset| | ||
| | |SnapIncrement|Float| | ||
| | |SnapTime|Float| | ||
| | |SnapOnRelease|Bool| | ||
|SnapPositions|{{RootFieldType|SyncList`1|[[#SnapPosition|Slider.SnapPosition]]}}|TypeAdv25=true| | |||
|posOffset|Float3| | |||
|rotOffset|FloatQ| | |||
|scaleReference|Float3| | |||
|referenceParent|Slot| | |||
}} | }} | ||
Line 42: | Line 47: | ||
== See Also == | == See Also == | ||
[[Category:Components{{#translation:}}|Slider | [[Category:Components{{#translation:}}|Slider]] | ||
[[Category:Components: | [[Category:Components:Transform:Interaction{{#translation:}}|Slider]] | ||
[[Category:Components With Nested Types{{#translation:}}|Slider]] | |||
[[Category:Components With Nested | |||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Latest revision as of 22:39, 17 March 2025
Component image 
Slider component as seen in the Scene Inspector

This article or section is a Stub. You can help the Resonite Wiki by expanding it.
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. |
EditModeOnly
|
Bool | |
AllowSteal
|
Bool | |
DropOnDisable
|
Bool | |
DontDrive
|
Bool | |
AllowOnlyPhysicalGrab
|
Bool | |
ActiveUserFilter
|
ActiveUserHandling | |
CustomGrabCheck
|
delegate of identity GrabCheck | |
_grabber
|
Grabber | |
_holdSlot
|
Slot | |
_pos
|
reference drive of Sync`1<Float3> | |
_rot
|
reference drive of Sync`1<FloatQ> | |
_scl
|
reference drive of Sync`1<Float3> | |
__legacyActiveUserRootOnly
|
Bool | |
GrabPriority
|
Int | |
Rotatable
|
Bool | |
Scalable
|
Bool | |
Range
|
Float3 | |
Origin
|
Float3 | |
MinScale
|
Float3 | |
MaxScale
|
Float3 | |
VibrationOffset
|
Float | |
VibrationPreset
|
VibratePreset | |
SnapIncrement
|
Float | |
SnapTime
|
Float | |
SnapOnRelease
|
Bool | |
SnapPositions
|
list of Slider.SnapPosition | |
posOffset
|
Float3 | |
rotOffset
|
FloatQ | |
scaleReference
|
Float3 | |
referenceParent
|
Slot |
Usage
Examples
Slider - A useful alternative to Grabbable - by ProbablePrime: