Component:ToolAvatarPoseFilter: Difference between revisions

From Resonite Wiki
Add see also
add info
Line 1: Line 1:
<translate>
<translate>
{{Infobox Component
|Image=ToolAvatarPoseFilterComponent.png
|Name=Tool Avatar Pose Filter
}}
The '''ToolAvatarPoseFilter''' component is used to assign a Pose Filter to the hand you have a Tool equipped on.


{{stub}}
{{stub}}
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Filter|IAvatarPoseFilter|
|Filter|IAvatarPoseFilter| The pose filter to apply
|Priority|Int|
|Priority|Int| Whether this pose filter should be applied before other filters.
}}
}}


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
<!--T:4-->
This component assigns a Pose Filter to the arm you have a Tool equipped on.
This can be used on any type of tool.
This can be used on any type of tool.


Line 25: Line 26:
[[Category:Components{{#translation:}}|Tool Avatar Pose Filter]]
[[Category:Components{{#translation:}}|Tool Avatar Pose Filter]]
[[Category:Components:Transform:Interaction{{#translation:}}|Tool Avatar Pose Filter]]
[[Category:Components:Transform:Interaction{{#translation:}}|Tool Avatar Pose Filter]]
[[Category:ComponentStubs]]

Revision as of 16:55, 24 December 2024

Component image 
File:ToolAvatarPoseFilterComponent.png
Tool Avatar Pose Filter component as seen in the Scene Inspector

The ToolAvatarPoseFilter component is used to assign a Pose Filter to the hand you have a Tool equipped on.


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


Fields

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.
Filter IAvatarPoseFilter The pose filter to apply
Priority Int Whether this pose filter should be applied before other filters.

Usage

This can be used on any type of tool.

Examples

See Also