HandednessExtensions Class

Definition

Extension methods that make working with the Handedness enum easier.

public ref class HandednessExtensions abstract sealed
public static class HandednessExtensions
type HandednessExtensions = class
Public Module HandednessExtensions
Inheritance
HandednessExtensions

Methods

GetOppositeHandedness(Handedness)

Gets the opposite "hand" flag for the current Handedness value.

GetOppositeHandedness(Handedness)

Gets the opposite "hand" flag for the current Handedness value.

IsLeft(Handedness)

Checks whether or not the current Handedness value is Left.

IsLeft(Handedness)

Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise

IsMatch(Handedness, Handedness)

Checks whether or not the current Handedness value matches the specified value.

IsMatch(Handedness, Handedness)

Returns true if the current Handedness flags are a match with the comparison Handedness flags, false otherwise

IsNone(Handedness)

Checks whether or not the current Handedness value is None.

IsNone(Handedness)

Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise

IsRight(Handedness)

Checks whether or not the current Handedness value is Right.

IsRight(Handedness)

Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise

ToXRNode(Handedness)

Gets the XRNode representing the specified handedness.

Applies to