Null
: readonly OVRDynamicObject |
A null representation of an OVRDynamicObject.
Use this to compare with another component to determine whether it is null.
Signature
readonly OVRDynamicObject Null |
IsEnabled
: bool
[Get] |
True if this component is enabled and no change to its enabled status is pending.
Signature
bool IsEnabled |
IsNull
: bool
[Get] |
Whether this object represents a valid anchor component.
Signature
bool IsNull |
TrackableType
: OVRAnchor.TrackableType
[Get] |
The TrackableType this object represents.
A dynamic object component is used to represent a "trackable"; that is, something that can be detected in the physical environment and tracked at runtime.
Signature
OVRAnchor.TrackableType TrackableType |
Equals
(
other
)
|
Compares this component for equality with other .
Signature
bool Equals(OVRDynamicObject other) Parameters |
Equals
(
obj
)
|
Compares this component for equality with obj .
Signature
override bool Equals(object obj) Parameters obj: object
The object to compare with.
Returns override bool
True if obj is an OVRDynamicObject and Equals(OVRDynamicObject) is true, otherwise false.
|
GetHashCode
()
|
Gets a hashcode suitable for use in a Dictionary or HashSet.
Signature
override int GetHashCode() Returns override int
A hashcode for this component.
|
ToString
()
|
Gets a string representation of this component.
Signature
override string ToString() Returns override string
A string representation of this component.
|
operator!=
(
lhs
, rhs
)
|
Compares two components for inequality.
Signature
static bool operator!=(OVRDynamicObject lhs, OVRDynamicObject rhs) Parameters |
operator==
(
lhs
, rhs
)
|
Compares two components for equality.
Signature
static bool operator==(OVRDynamicObject lhs, OVRDynamicObject rhs) Parameters |