Click or drag to resize

VisualLocation Class

[Missing <summary> documentation for "T:Demo3D.Visuals.VisualLocation"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualLocation
    More

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class VisualLocation : INotifyPropertyChanged

The VisualLocation type exposes the following members.

Constructors
 NameDescription
Public methodVisualLocationInitializes a new instance of the VisualLocation class
Public methodVisualLocation(Visual)Initializes a new instance of the VisualLocation class
Public methodVisualLocation(Visual, Vector3)Initializes a new instance of the VisualLocation class
Public methodVisualLocation(Visual, Vector3, Vector3)Initializes a new instance of the VisualLocation class
Top
Properties
Methods
Events
 NameDescription
Public eventPropertyChanged 
Public eventVisualChanged 
Top
See Also
Inheritance Hierarchy