Click or drag to resize

Vector2Property Class

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

Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.VisualsVector2Property
          Demo3D.VisualsDistance2Property

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class Vector2Property : GlobalizedProperties, 
	IEquatable<Vector2Property>

The Vector2Property type exposes the following members.

Constructors
  NameDescription
Public methodVector2Property
Initializes a new instance of the Vector2Property class
Public methodVector2Property(Vector2)
Initializes a new instance of the Vector2Property class
Public methodVector2Property(Single, Single)
Initializes a new instance of the Vector2Property class
Top
Properties
  NameDescription
Public propertyX
Public propertyY
Top
Methods
  NameDescription
Public methodEquals(Object)
Public methodEquals(Vector2Property)
Public methodGetHashCode
Public methodRead
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Public methodWrite
Top
Operators
See Also