Click or drag to resize

UnitSelectorAspectEditorAttribute Class

Attribute for UnitDecriptor properties which can be selected from all the units of a particular type.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyViewerEditorAttribute
      AspectEditorAttribute
        Demo3D.Visuals.AspectViewer.EditorsUnitSelectorAspectEditorAttribute

Namespace:  Demo3D.Visuals.AspectViewer.Editors
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public class UnitSelectorAspectEditorAttribute : AspectEditorAttribute

The UnitSelectorAspectEditorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodUnitSelectorAspectEditorAttribute
Initializes a new instance of the UnitSelectorAspectEditorAttribute class
Top
Properties
  NameDescription
Public propertyEditorName
The name of the editor to use.
(Overrides AspectEditorAttribute.EditorName.)
Public propertyUnitType
The type of units to provide in the editor.
Top
See Also