Component:EyeRotationDriver: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page EyeRotationDriver (Component) to Component:EyeRotationDriver: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== 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]]

Revision as of 23:04, 3 March 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


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

Behavior

Examples

Related Components