XRGeospatialStateChangedEventArgs
Container for XRGeospatialState event arguments.
Summary
Inheritance
Inherits from:IEquatable< XRGeospatialStateChangedEventArgs >
Constructors and Destructors |
|
|---|---|
XRGeospatialStateChangedEventArgs(XRGeospatialState prev, XRGeospatialState curr)
Constructs event arguments with previous and current states.
|
Properties |
|
|---|---|
CurrState
|
Gets the current XRGeospatialState.
|
PrevState
|
Gets the previous XRGeospatialState.
|
Public functions |
|
|---|---|
Equals(object obj)
|
override bool
|
Equals(XRGeospatialStateChangedEventArgs other)
|
bool
|
GetHashCode()
|
override int
|
ToString()
|
override string
|
Properties
CurrState
XRGeospatialState Google::XR::Extensions::XRGeospatialStateChangedEventArgs::CurrState
Gets the current XRGeospatialState.
PrevState
XRGeospatialState Google::XR::Extensions::XRGeospatialStateChangedEventArgs::PrevState
Gets the previous XRGeospatialState.
Public functions
Equals
override bool Google::XR::Extensions::XRGeospatialStateChangedEventArgs::Equals( object obj )
Equals
bool Google::XR::Extensions::XRGeospatialStateChangedEventArgs::Equals( XRGeospatialStateChangedEventArgs other )
GetHashCode
override int Google::XR::Extensions::XRGeospatialStateChangedEventArgs::GetHashCode()
ToString
override string Google::XR::Extensions::XRGeospatialStateChangedEventArgs::ToString()
XRGeospatialStateChangedEventArgs
Google::XR::Extensions::XRGeospatialStateChangedEventArgs::XRGeospatialStateChangedEventArgs( XRGeospatialState prev, XRGeospatialState curr )
Constructs event arguments with previous and current states.
| Details | |||||
|---|---|---|---|---|---|
| Parameters |
|
||||