GCControllerElement.Collection Property

Definition

The GCControllerElement that this is a part of.

public virtual GameController.GCControllerElement Collection { [Foundation.Export("collection", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; }
member this.Collection : GameController.GCControllerElement

Property Value

Attributes

Remarks

If this is an element of another GCControllerElement, this will hold the "parent" GCControllerElement. (The D-Pad can be read as either a pair of GCControllerAxisInput elements or as four GCControllerButtonInput elements.)

Applies to