Component:EyeRotationDriver: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page EyeRotationDriver (Component) to Component:EyeRotationDriver: Creating component Namespace
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:


<!--T:2-->
<!--T:2-->
== Intoduction ==
The EyeRotationDriver can control the rotation of slots using the data from an [[Component:EyeManager|EyeManager]].


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|EyeManager|EyeManager|  
|EyeManager|'''[[Component:EyeManager|EyeManager]]'''|TypeAdv0=true|
|EyeMotionScale|Float|  
|EyeMotionScale|Float|
|EyeMotionExp|Float|  
|EyeMotionExp|Float|
|MaxSwing|Float|  
|MaxSwing|Float|
|Eyes|Eye|  
|Eyes|{{RootFieldType|SyncList`1|[[#Eye|Eye]]}}|TypeAdv4=true|
}}
}}


Line 30: Line 30:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|EyeRotationDriver (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Eye Rotation Driver]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System:Face{{#translation:}}|EyeRotationDriver (Component){{#translation:}}]]
[[Category:Components With Nested Types{{#translation:}}|Eye Rotation Driver]]
[[Category:Components:Users:Common Avatar System:Face{{#translation:}}|Eye Rotation Driver]]

Latest revision as of 17:48, 19 August 2024


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


Component image 
EyeRotationDriver component as seen in the Scene Inspector


The EyeRotationDriver can control the rotation of slots using the data from an EyeManager.

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.
EyeManager EyeManager
EyeMotionScale Float
EyeMotionExp Float
MaxSwing Float
Eyes list of Eye

Behavior

Examples

Related Components