Added GenerateMask to AssetsHelpers;
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
<engine:VisualElement name="content-after-list" />
|
||||
<engine:EnumField label="Output Directory" value="Center" type="Misaki.ArtToolEditor.OutputDirectoryType, Misaki.ArtTool.Editor" name="directory-type-enum">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="value" data-source-path="_outputOptions.outputDirectoryType" binding-mode="TwoWay" />
|
||||
<engine:DataBinding property="value" data-source-path="_outputDirectoryType" binding-mode="TwoWay" />
|
||||
</Bindings>
|
||||
</engine:EnumField>
|
||||
<engine:TextField label="Custom Path" placeholder-text="path" name="custom-path-input" tooltip="Support absolute and relative path">
|
||||
<engine:TextField label="Custom Path" placeholder-text="path" name="custom-path-input" tooltip="Support absolute and relative path" style="display: none;">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="value" data-source-path="_outputOptions.customPath" binding-mode="TwoWay" />
|
||||
<engine:DataBinding property="value" data-source-path="_customPath" binding-mode="TwoWay" />
|
||||
</Bindings>
|
||||
</engine:TextField>
|
||||
<engine:VisualElement name="content-before-button" />
|
||||
<engine:Button text="Output" name="output-button" />
|
||||
<engine:Button text="Execute" name="output-button" />
|
||||
<engine:VisualElement name="content-on-bottom" />
|
||||
</engine:ScrollView>
|
||||
</engine:VisualElement>
|
||||
|
||||
Reference in New Issue
Block a user