Struct ARAnchorsChangedEventArgs
Syntax
public struct ARAnchorsChangedEventArgs : IEquatable<ARAnchorsChangedEventArgs>
Constructors
ARAnchorsChangedEventArgs(List<ARAnchor>, List<ARAnchor>, List<ARAnchor>)
Declaration
public ARAnchorsChangedEventArgs(List<ARAnchor> added, List<ARAnchor> updated, List<ARAnchor> removed)
Parameters
Properties
added
The list of ARAnchors added since the last event.
Declaration
public List<ARAnchor> added { get; }
Property Value
removed
The list of ARAnchors removed since the last event.
At the time the event is invoked, the ARAnchors in
this list still exist. They are destroyed immediately afterward.
Declaration
public List<ARAnchor> removed { get; }
Property Value
updated
The list of ARAnchors udpated since the last event.
Declaration
public List<ARAnchor> updated { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(ARAnchorsChangedEventArgs)
Declaration
public bool Equals(ARAnchorsChangedEventArgs other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(ARAnchorsChangedEventArgs, ARAnchorsChangedEventArgs)
Declaration
public static bool operator ==(ARAnchorsChangedEventArgs lhs, ARAnchorsChangedEventArgs rhs)
Parameters
Returns
Inequality(ARAnchorsChangedEventArgs, ARAnchorsChangedEventArgs)
Declaration
public static bool operator !=(ARAnchorsChangedEventArgs lhs, ARAnchorsChangedEventArgs rhs)
Parameters
Returns