(2 intermediate revisions by one other user not shown)
Line 22:
Line 22:
|_areaIndicatorActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv13=true| The area indicator's active field, used to disable the visual when <code>ReplacementMode</code> is not set to Area.
|_areaIndicatorActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv13=true| The area indicator's active field, used to disable the visual when <code>ReplacementMode</code> is not set to Area.
|_knobControlActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv14=true| The active field of the knob control visual/control.
|_knobControlActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv14=true| The active field of the knob control visual/control.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|SnapFilter:[[Type:Func`3|Func`3]]<[[Component:Snapper|Snapper]], [[Component:SnapTarget|SnapTarget]], [[Type:Bool|Bool]]>|[[Type:Func`3|Func`3]]<[[Component:Snapper|Snapper]], [[Component:SnapTarget|SnapTarget]], [[Type:Bool|Bool]]>|true| A function that can be used in a snapper to filter what objects can snap to a snapper (filters to material orbs only).
|EditMaterial:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the edit material button is touched.
|CreateCopy:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the create copy button is touched.
|CreateMaterial:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the create material button is touched.
|ConvertAllMaterials:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Slot|Slot]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Slot|Slot]]>|true| Called when the convert all button is touched.
|ConvertMaterial:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the convert button is touched.
|RunConversion:[[Type:Action`2|Action`2]]<[[Component:DevCreateNewForm|DevCreateNewForm]], [[Type:Slot|Slot]]>|[[Type:Action`2|Action`2]]<[[Component:DevCreateNewForm|DevCreateNewForm]], [[Type:Slot|Slot]]>|true| Called when the convert process is started.
|CanKnobControlInteract:[[Type:GrabCheck|GrabCheck]]|[[Type:GrabCheck|GrabCheck]]|true| Can be used to check if a grabber is allowed to interact with a grabber. <strong>Can be used to filter the same hand from grabbing an item on this material tip! (possibly only instance of this behavior being possible)</strong>
Can be used to check if a grabber is allowed to interact with a grabber. Can be used to filter the same hand from grabbing an item on this material tip! (possibly only instance of this behavior being possible)