Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProxyObject"/> class.
 /// </summary>
 /// <param name="tab">The tab.</param>
 /// <param name="mode">The mode.</param>
 public ProxyObject(PaintTab tab, PaintFoliageGizmoMode mode)
 {
     _mode = mode;
     _tab  = tab;
     SelectedFoliageTypeIndex = -1;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PaintFoliageGizmo"/> class.
 /// </summary>
 /// <param name="owner">The owner.</param>
 /// <param name="mode">The mode.</param>
 public PaintFoliageGizmo(IGizmoOwner owner, PaintFoliageGizmoMode mode)
     : base(owner)
 {
     Mode = mode;
 }