Component:AvatarDebugHand: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
add info I hope is right
 
Line 7: Line 7:
|Name=AvatarDebugHand
|Name=AvatarDebugHand
}}
}}
 
Debug hand is a component that is used to show a debug visual when the [[Component:BipedRig|Biped Rig Component]] has its "Debug Hand" [[Sync Delegate|sync delegate]] pressed.
<!--T:2-->
== Intoduction ==


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|_objects|{{RootFieldType|SyncRefList`1|[[Type:Slot|Slot]]}}|TypeAdv0=true|
|_objects|{{RootFieldType|SyncRefList`1|[[Type:Slot|Slot]]}}|TypeAdv0=true| The slots of the mesh renderers that are being used to debug the hand.
|_materialTarget|'''[[Component:HierarchyMaterialTarget|HierarchyMaterialTarget]]'''|TypeAdv1=true|
|_materialTarget|'''[[Component:HierarchyMaterialTarget|HierarchyMaterialTarget]]'''|TypeAdv1=true| The component used as a reference to apply <code>_material</code> to the debug when <code>_material</code> changes.
|_material|'''[[PBS_Metallic|PBS_Metallic]]'''|TypeAdv2=true|
|_material|'''[[PBS_Metallic|PBS_Metallic]]'''|TypeAdv2=true| The material this component is using to render the visual
}}
}}
<!--T:4-->
== Behavior ==
<!--T:5-->
== Examples ==


<!--T:6-->
<!--T:6-->
Line 29: Line 21:
</translate>
</translate>
[[Category:Components{{#translation:}}|Avatar Debug Hand]]
[[Category:Components{{#translation:}}|Avatar Debug Hand]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Debug Hand]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Debug Hand]]

Latest revision as of 17:43, 29 October 2024


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


Component image 
AvatarDebugHand component as seen in the Scene Inspector

Debug hand is a component that is used to show a debug visual when the Biped Rig Component has its "Debug Hand" sync delegate pressed.

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.
_objects list of Slot The slots of the mesh renderers that are being used to debug the hand.
_materialTarget HierarchyMaterialTarget The component used as a reference to apply _material to the debug when _material changes.
_material PBS_Metallic The material this component is using to render the visual

Related Components