The '''InspectorMemberActions''' component is used in inspectors to make the clicking on the left hand side button behavior that brings up a context menu.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Member|ISyncMember|
|Member|ISyncMember| The member to bring up a context menu with opens to break drives and a few other things.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|ResetField:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Reset the field to the default value.
|BreakLinkDrive:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Set the driver target driving this field from this field to null.
|OpenLinkDriveSource:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Open the component driving this field.
|Normalize:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Normalize this value if it's a set of more than 1 value.
|SetAllToAvg:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Average the components of this value if it's a set of more than 1 value.
|SetAllToComponent:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|true| Set all the components of this value to X component.
|BakeBlendshape:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Bake this blendshape if it's a blendshape.
|RemoveBlendshape:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Remove this blendshape if it's a blendshape.
|SplitBlendshapeX:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Split the blendshape along the X axis.
|SplitBlendshapeY:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Split the blendshape along the Y axis.
|SplitBlendshapeZ:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Split the blendshape along the Z axis.
}}
}}
== Behavior ==
== Usage ==
Used possibly in [[Ref Hacking]].
== Examples ==
== Examples ==
{{stub}}
== See Also ==
== See Also ==
* [[Scene Inspector]]
* [[Ref Hacking]]
[[Category:Components:Uncategorized{{#translation:}}|Inspector Member Actions]]
[[Category:Components:Uncategorized{{#translation:}}|Inspector Member Actions]]
[[Category:Components{{#translation:}}|Inspector Member Actions]]
[[Category:Components{{#translation:}}|Inspector Member Actions]]
[[Category:ComponentStubs]]
Latest revision as of 23:19, 19 March 2025
Component image
Inspector Member Actions component as seen in the Scene Inspector
The InspectorMemberActions component is used in inspectors to make the clicking on the left hand side button behavior that brings up a context menu.