GCMicroGamepadSnapShotDataV100 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 V100 格式微遊戲台在某個時間點的瞬間狀態。
[ObjCRuntime.TV(9, 0)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'GCMicroGamepadSnapshotData' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, 4, ObjCRuntime.PlatformArchitecture.None, "Use 'GCMicroGamepadSnapshotData' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'GCMicroGamepadSnapshotData' instead.")]
public struct GCMicroGamepadSnapShotDataV100
[ObjCRuntime.TV(9, 0)]
public struct GCMicroGamepadSnapShotDataV100
type GCMicroGamepadSnapShotDataV100 = struct
- 繼承
-
GCMicroGamepadSnapShotDataV100
- 屬性
欄位
ButtonA |
擷取快照集時的 ButtonA 值。 |
ButtonX |
擷取快照集時的 ButtonX 值。 |
DPadX |
|
DPadY |
|
Size |
快照集的大小,以位元組為單位。 |
Version |
微遊戲台版本。 |
方法
ToNSData() |
將快照集轉換成 NSData 物件。 |