Table of Contents

Class Exploder3D

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

A visual element that transforms all child elements as an explosion.

public class Exploder3D : ModelVisual3D, IAnimatable, IAddChild
Inheritance
Exploder3D
Implements
Inherited Members
Extension Methods

Fields

IsExplodingProperty

Identifies the IsExploding dependency property.

public static readonly DependencyProperty IsExplodingProperty

Field Value

DependencyProperty

Properties

IsExploding

Gets or sets a value indicating whether this instance is exploding.

public bool IsExploding { get; set; }

Property Value

bool

true if this instance is exploding; otherwise, false.

Methods

OnIsExplodingChanged()

Called when the exploding state changed.

protected virtual void OnIsExplodingChanged()