Component:TrackedDevicePositioner: Difference between revisions

From Resonite Wiki
imported>Chemicalcrux
Creating the page (with a bot!)
 
Automated: update Fields, Categories
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|User|User|
|DeviceIndex|Int|
|DeviceIndex|Int|  
|CorrespondingBodyNode|BodyNode|
|CorrespondingBodyNode|BodyNode|  
|AutoBodyNode|'''[[Type:Nullable`1|Nullable`1]]<[[Type:BodyNode|BodyNode]]>'''|TypeAdv2=true|
|AutoBodyNode|Nullable`1|TypeString3=Nullable<BodyNode>|  
|AlwaysRenderModel|Bool|
|AlwaysRenderModel|Bool|  
|ReferenceModel|Slot|
|ReferenceModel|Slot|  
|BodyNodeRoot|Slot|
|BodyNodeRoot|Slot|  
|ObjectSlot|'''[[Component:AvatarObjectSlot|AvatarObjectSlot]]'''|TypeAdv6=true|
|ObjectSlot|AvatarObjectSlot|  
|IsTracking|Bool|
|IsTracking|Bool|  
|IsActive|Bool|
|CreateAvatarObjectSlot|Bool|  
|CreateAvatarObjectSlot|Bool|
|ScreenFilter|ScreenController|  
|ScreenFilter|'''[[Component:ScreenController|ScreenController]]'''|TypeAdv10=true|
}}
}}


Line 36: Line 36:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|TrackedDevicePositioner (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Tracked Device Positioner]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users{{#translation:}}|TrackedDevicePositioner (Component){{#translation:}}]]
[[Category:Components:Users{{#translation:}}|Tracked Device Positioner]]

Latest revision as of 22:53, 3 March 2024


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


Component image 
TrackedDevicePositioner component as seen in the Scene Inspector


Intoduction

Usage

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.
DeviceIndex Int
CorrespondingBodyNode BodyNode
AutoBodyNode Nullable`1<BodyNode>
AlwaysRenderModel Bool
ReferenceModel Slot
BodyNodeRoot Slot
ObjectSlot AvatarObjectSlot
IsTracking Bool
IsActive Bool
CreateAvatarObjectSlot Bool
ScreenFilter ScreenController

Behavior

Examples

Related Components