Click or drag to resize

CustomUnitVector3EditorAttribute Class

An editor for Vector3Property properties which require custom units specified using a link property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyViewerEditorAttribute
      AspectEditorAttribute
        Demo3D.Gui.AspectViewer.EditorsCustomUnitVector3EditorAttribute

Namespace:  Demo3D.Gui.AspectViewer.Editors
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public class CustomUnitVector3EditorAttribute : AspectEditorAttribute

The CustomUnitVector3EditorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCustomUnitVector3EditorAttribute
Initializes a new instance of the CustomUnitVector3EditorAttribute class
Top
Properties
  NameDescription
Public propertyCustomUnitPropertyLink
The name of a property of type UnitDescriptor which provides the custom unit.
Public propertyEditorName
The name of the editor to use.
(Overrides AspectEditorAttribute.EditorName.)
Top
See Also