XrBool32
(
value
)
|
Signature
XrBool32(bool value) Parameters value: bool |
_value
: readonly uint |
Signature
readonly uint _value |
Equals
(
other
)
|
Signature
bool Equals(bool other) Parameters other: boolReturns bool |
Equals
(
other
)
| |
Equals
(
obj
)
|
Signature
override bool Equals(object obj) Parameters obj: objectReturns override bool |
GetHashCode
()
|
Signature
override int GetHashCode() Returns override int |
ToString
()
|
Signature
override string ToString() Returns override string |
operator bool
(
value
)
| |
operator OVRPlugin.Bool
(
value
)
|
Signature
static implicit operator OVRPlugin.Bool(XrBool32 value) Parameters value: XrBool32Returns implicit |
operator XrBool32
(
value
)
|
Signature
static implicit operator XrBool32(bool value) Parameters value: boolReturns implicit |
operator XrBool32
(
value
)
|
Signature
static implicit operator XrBool32(OVRPlugin.Bool value) Parameters value: OVRPlugin.BoolReturns implicit |
operator!=
(
left
, right
)
| |
operator==
(
left
, right
)
|