Component:EarmuffSettings: Difference between revisions

From Resonite Wiki
add some info
Automated: update Categories, SyncDelegates
 
Line 9: Line 9:
|EarmuffEnabled|Bool| Whether to have the earmuffs mode enabled for the local user
|EarmuffEnabled|Bool| Whether to have the earmuffs mode enabled for the local user
|VolumeAttenuation|Float|
|VolumeAttenuation|Float|
|ConeDistance|Float| How far forward from the user's head the cone should stretch
|Directionality|Float|
|ConeAngle|Float| the angle that the cone's center line to the outside edge from the top point should be
|Distance|Float| How far forward from the user's head the cone should stretch
|TransitionStart|Float|  
|Angle|Float|
|TransitionLength|Float|  
|TransitionStart|Float|
|TransitionLength|Float|
}}
}}


Line 23: Line 24:
[[Category:Components:Uncategorized{{#translation:}}|Earmuff Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Earmuff Settings]]
[[Category:Components{{#translation:}}|Earmuff Settings]]
[[Category:Components{{#translation:}}|Earmuff Settings]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 16:41, 17 December 2024

Component image 
File:EarmuffSettingsComponent.png
Earmuff Settings component as seen in the Scene Inspector

This is a component that is used to allow a user to change the settings for the Ear muffs, which reduce the noise outside of a cone emitted from the user's head. This feature is useful in crowds or noisy places

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.
EarmuffEnabled Bool Whether to have the earmuffs mode enabled for the local user
VolumeAttenuation Float
Directionality Float
Distance Float How far forward from the user's head the cone should stretch
Angle Float
TransitionStart Float
TransitionLength Float

Behavior

Examples

See Also