Share via


IGCDirectionPadElement Interface

Definition

This interface represents the Objective-C protocol GCDirectionPadElement.

[Foundation.Protocol(Name="GCDirectionPadElement", WrapperType=typeof(GameController.GCDirectionPadElementWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="xAxis", IsProperty=true, IsRequired=true, IsStatic=false, Name="XAxis", PropertyType=typeof(GameController.IGCAxisInput), Selector="xAxis")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="yAxis", IsProperty=true, IsRequired=true, IsStatic=false, Name="YAxis", PropertyType=typeof(GameController.IGCAxisInput), Selector="yAxis")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="up", IsProperty=true, IsRequired=true, IsStatic=false, Name="Up", PropertyType=typeof(Foundation.NSObject), Selector="up")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="down", IsProperty=true, IsRequired=true, IsStatic=false, Name="Down", PropertyType=typeof(Foundation.NSObject), Selector="down")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="left", IsProperty=true, IsRequired=true, IsStatic=false, Name="Left", PropertyType=typeof(Foundation.NSObject), Selector="left")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="right", IsProperty=true, IsRequired=true, IsStatic=false, Name="Right", PropertyType=typeof(Foundation.NSObject), Selector="right")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="xyAxes", IsProperty=true, IsRequired=true, IsStatic=false, Name="XyAxes", PropertyType=typeof(GameController.IGCAxis2DInput), Selector="xyAxes")]
public interface IGCDirectionPadElement : GameController.IGCPhysicalInputElement, IDisposable
[<Foundation.Protocol(Name="GCDirectionPadElement", WrapperType=typeof(GameController.GCDirectionPadElementWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="xAxis", IsProperty=true, IsRequired=true, IsStatic=false, Name="XAxis", PropertyType=typeof(GameController.IGCAxisInput), Selector="xAxis")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="yAxis", IsProperty=true, IsRequired=true, IsStatic=false, Name="YAxis", PropertyType=typeof(GameController.IGCAxisInput), Selector="yAxis")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="up", IsProperty=true, IsRequired=true, IsStatic=false, Name="Up", PropertyType=typeof(Foundation.NSObject), Selector="up")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="down", IsProperty=true, IsRequired=true, IsStatic=false, Name="Down", PropertyType=typeof(Foundation.NSObject), Selector="down")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="left", IsProperty=true, IsRequired=true, IsStatic=false, Name="Left", PropertyType=typeof(Foundation.NSObject), Selector="left")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="right", IsProperty=true, IsRequired=true, IsStatic=false, Name="Right", PropertyType=typeof(Foundation.NSObject), Selector="right")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="xyAxes", IsProperty=true, IsRequired=true, IsStatic=false, Name="XyAxes", PropertyType=typeof(GameController.IGCAxis2DInput), Selector="xyAxes")>]
type IGCDirectionPadElement = interface
    interface INativeObject
    interface IDisposable
    interface IGCPhysicalInputElement
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Aliases (Inherited from IGCPhysicalInputElement)
Down
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Left
LocalizedName (Inherited from IGCPhysicalInputElement)
Right
SfSymbolsName (Inherited from IGCPhysicalInputElement)
Up
XAxis
XyAxes
YAxis

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to