Click or drag to resize

ModelVisualizer<TEntity> Properties

The ModelVisualizer<TEntity> generic type exposes the following members.

Properties
  NameDescription
Public propertyCallback
Public propertyColor
Gets or sets the color.
(Overrides EntityVisualizer<TEntity>.Color.)
Public propertyDisplay
Gets or sets a value indicating whether the entities are displayed.
(Overrides EntityVisualizer<TEntity>.Display.)
Public propertyDisplayCondition
Gets or sets the DisplayCondition.
(Overrides EntityVisualizer<TEntity>.DisplayCondition.)
Public propertyEntities
Gets or sets the entities being visualized.
(Overrides EntityVisualizer<TEntity>.Entities.)
Public propertyScale
Gets or sets the scale of the models, with 1 being actual size.
Public propertyTranslucency
Gets or sets the translucency. Translucency is not supported for models, so this property always returns 0 and cannot be set.
(Overrides EntityVisualizer<TEntity>.Translucency.)
Top
See Also