コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UIEditorController"/> class.
 /// </summary>
 /// <param name="asset">The UI library associated with this instance.</param>
 /// <param name="editor">The editor associated with this instance.</param>
 public UILibraryEditorController([NotNull] AssetViewModel asset, [NotNull] UILibraryEditorViewModel editor)
     : base(asset, editor)
 {
 }
コード例 #2
0
ファイル: UILibraryEditorView.cs プロジェクト: Aggror/Stride
 protected override UIEditorBaseViewModel CreateEditorViewModel(AssetViewModel asset)
 {
     return(UILibraryEditorViewModel.Create((UILibraryViewModel)asset));
 }