Class SortingGroupModel3D
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
public class SortingGroupModel3D : GroupModel3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IHitable, IVisible
- Inheritance
-
SortingGroupModel3D
- Implements
- Inherited Members
- Extension Methods
Fields
EnableSortingProperty
The enable sorting property
public static readonly DependencyProperty EnableSortingProperty
Field Value
SortTransparentOnlyProperty
The sort transparent only property
public static readonly DependencyProperty SortTransparentOnlyProperty
Field Value
SortingIntervalProperty
The sorting interval property
public static readonly DependencyProperty SortingIntervalProperty
Field Value
SortingMethodProperty
The sorting method property
public static readonly DependencyProperty SortingMethodProperty
Field Value
Properties
EnableSorting
Gets or sets a value indicating whether [enable sorting].
public bool EnableSorting { get; set; }
Property Value
- bool
trueif [enable sorting]; otherwise,false.
SortTransparentOnly
Gets or sets a value indicating whether [sort transparent only].
public bool SortTransparentOnly { get; set; }
Property Value
- bool
trueif [sort transparent only]; otherwise,false.
SortingInterval
Gets or sets the sorting interval by milliseconds. Default is 500ms
public int SortingInterval { get; set; }
Property Value
- int
The sorting interval.
SortingMethod
Gets or sets the sorting method.
public SortingMethod SortingMethod { get; set; }
Property Value
- SortingMethod
The sorting method.
Methods
OnCreateSceneNode()
Called when [create scene node].
protected override SceneNode OnCreateSceneNode()