GKGridGraphNode クラス

定義

2D 整数位置を含む GKGraphNode

[Foundation.Register("GKGridGraphNode", true)]
public class GKGridGraphNode : GameplayKit.GKGraphNode
[<Foundation.Register("GKGridGraphNode", true)>]
type GKGridGraphNode = class
    inherit GKGraphNode
継承
GKGridGraphNode
属性

コンストラクター

名前 説明
GKGridGraphNode(NativeHandle)

アンマネージ オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。 ランタイムによって呼び出されます。

GKGridGraphNode(NSCoder)

unarchiver オブジェクトに格納されているデータからオブジェクトを初期化するコンストラクター。

GKGridGraphNode(NSObjectFlag)

初期化をスキップし、単にオブジェクトを割り当てるために派生クラスを呼び出すコンストラクター。

GKGridGraphNode(NVector2i)

指定したgridPositionGKGridGraphNodeを作成します。

プロパティ

名前 説明
AccessibilityAttributedUserInputLabels

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
AccessibilityRespondsToUserInteraction

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
AccessibilityTextualContext

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
AccessibilityUserInputLabels

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Class

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ClassHandle

このクラスの Objective-C クラス ハンドル。

ConnectedNodes

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
DebugDescription

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Description

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ExposedBindings

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
GridPosition

2D 整数位置を含む GKGraphNode

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 NSObject)
IsDirectBinding

このインスタンスが直接 Objective-C バインドを使用するかどうかを示す値を取得または設定します。

(継承元 NSObject)
IsProxy

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
RetainCount

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Self

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Superclass

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
SuperHandle

この NSObjectの基底クラスのメソッドを表すために使用されるハンドル。

(継承元 NSObject)
Zone

2D 整数位置を含む GKGraphNode

(継承元 NSObject)

メソッド

名前 説明
AddConnections(GKGraphNode[], Boolean)

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

任意のメソッドを使用して外部で観察されるオブジェクトを登録します。

(継承元 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

任意のメソッドを使用して外部で観察されるオブジェクトを登録します。

(継承元 NSObject)
AwakeFromNib()

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
BeginInvokeOnMainThread(Action)

メイン UI スレッドで、指定したアクションを非同期的に呼び出します。

(継承元 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

メイン UI スレッドで指定したコードを非同期的に呼び出します。

(継承元 NSObject)
Bind(NSString, NSObject, String, NSBindingOptions)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Bind(NSString, NSObject, String, NSDictionary)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
CommitEditing()

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
CommitEditing(NSObject, Selector, IntPtr)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ConformsToProtocol(NativeHandle)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Copy()

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
DangerousAutorelease()

このオブジェクトの 'autorelease' セレクターを呼び出します。

(継承元 NSObject)
DangerousRelease()

このオブジェクトの 'release' セレクターを呼び出します。

(継承元 NSObject)
DangerousRetain()

このオブジェクトで 'retain' セレクターを呼び出します。

(継承元 NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
DidChangeValue(String)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Dispose()

NSObject オブジェクトによって使用されるリソースを解放します。

(継承元 NSObject)
Dispose(Boolean)

このオブジェクトで使用されるリソースを解放します。

(継承元 NSObject)
DoesNotRecognizeSelector(Selector)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
EncodeTo(NSCoder)

指定されたエンコーダーを使用して、オブジェクトの状態をエンコードします。

(継承元 GKGraphNode)
Equals(NSObject)

指定した NSObject が現在の NSObjectと等しいかどうかを判断します。

(継承元 NSObject)
Equals(Object)

指定したオブジェクトが現在の NSObjectと等しいかどうかを判断します。

(継承元 NSObject)
FindPathFrom(GKGraphNode)

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
FindPathTo(GKGraphNode)

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
FromGridPosition(NVector2i)

2D 整数位置を含む GKGraphNode

GetBindingInfo(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
GetBindingOptionDescriptions(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
GetBindingValueClass(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
GetCost(GKGraphNode)

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
GetDictionaryOfValuesFromKeys(NSString[])

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
GetEstimatedCost(GKGraphNode)

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
GetHashCode()

現在のインスタンスのハッシュ コードを生成します。

(継承元 NSObject)
GetMethodForSelector(Selector)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
GetNativeHash()

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Init()

Objective-C init メソッドを呼び出してオブジェクトを初期化します。

(継承元 NSObject)
InitializeHandle(NativeHandle, String)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
InitializeHandle(NativeHandle)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
Invoke(Action, Double)

指定した遅延の後に、指定したアクションを呼び出します。

(継承元 NSObject)
Invoke(Action, TimeSpan)

指定した遅延の後に、指定したアクションを呼び出します。

(継承元 NSObject)
InvokeOnMainThread(Action)

メイン UI スレッドで、指定したアクションを同期的に呼び出します。

(継承元 NSObject)
InvokeOnMainThread(Selector, NSObject)

メイン UI スレッドで、指定したコードを同期的に呼び出します。

(継承元 NSObject)
IsEqual(NSObject)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
IsKindOfClass(Class)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
IsMemberOfClass(Class)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
MarkDirty()

通常のピア オブジェクト (IsDirectBinding が true) を toggleref オブジェクトに昇格させます。

(継承元 NSObject)
MutableCopy()

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ObjectDidEndEditing(NSObject)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector, NSObject, Double)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector, NSObject, NSObject)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector, NSObject)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PerformSelector(Selector)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
PrepareForInterfaceBuilder()

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
RemoveConnections(GKGraphNode[], Boolean)

2D 整数位置を含む GKGraphNode

(継承元 GKGraphNode)
RemoveObserver(NSObject, NSString, IntPtr)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
RemoveObserver(NSObject, NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
RemoveObserver(NSObject, String, IntPtr)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
RemoveObserver(NSObject, String)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
RespondsToSelector(Selector)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
SetNilValueForKey(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
SetValueForKey(NSObject, NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
SetValueForKeyPath(NativeHandle, NSString)

特定のキー パスによって識別されるプロパティの値を、指定された値に設定します。

(継承元 NSObject)
SetValueForKeyPath(NSObject, NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ToString()

現在のインスタンスの値の文字列形式を返します。

(継承元 NSObject)
Unbind(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ValueForKey(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ValueForKeyPath(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
ValueForUndefinedKey(NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)
WillChangeValue(String)

2D 整数位置を含む GKGraphNode

(継承元 NSObject)

拡張メソッド

名前 説明
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)

2D 整数位置を含む GKGraphNode

AccessibilityHitTest(NSObject, CGPoint, UIEvent)

2D 整数位置を含む GKGraphNode

BeginPreviewPanelControl(NSObject, QLPreviewPanel)

2D 整数位置を含む GKGraphNode

BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)

2D 整数位置を含む GKGraphNode

BrowserAccessibilityInsertTextAtCursor(NSObject, String)

2D 整数位置を含む GKGraphNode

EndPreviewPanelControl(NSObject, QLPreviewPanel)

2D 整数位置を含む GKGraphNode

GetAccessibilityCustomRotors(NSObject)

オブジェクトに適 UIAccessibilityCustomRotor オブジェクトの配列 this 取得します。

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityLineRangeForPosition(NSObject, IntPtr)

2D 整数位置を含む GKGraphNode

GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityNextTextNavigationElement(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityNextTextNavigationElementBlock(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityPreviousTextNavigationElement(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityPreviousTextNavigationElementBlock(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityTextInputResponder(NSObject)

2D 整数位置を含む GKGraphNode

GetAccessibilityTextInputResponderHandler(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityAttributedValue(NSObject, NSRange)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityContainerType(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityCurrentStatus(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityHasDomFocus(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityIsRequired(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityPressedState(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityRoleDescription(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilitySelectedTextRange(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilitySortDirection(NSObject)

2D 整数位置を含む GKGraphNode

GetBrowserAccessibilityValue(NSObject, NSRange)

2D 整数位置を含む GKGraphNode

GetDebugDescription(INSObjectProtocol)

2D 整数位置を含む GKGraphNode

GetHandle(INativeObject)

2D 整数位置を含む GKGraphNode

GetNonNullHandle(INativeObject, String)

2D 整数位置を含む GKGraphNode

GetValidModes(NSObject, NSFontPanel)

2D 整数位置を含む GKGraphNode

ObjectDidBeginEditing(NSObject, INSEditor)

2D 整数位置を含む GKGraphNode

ObjectDidEndEditing(NSObject, INSEditor)

2D 整数位置を含む GKGraphNode

ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

2D 整数位置を含む GKGraphNode

ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

2D 整数位置を含む GKGraphNode

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

オブジェクトに適 UIAccessibilityCustomRotor オブジェクトの配列 this 設定します。

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)

2D 整数位置を含む GKGraphNode

SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

2D 整数位置を含む GKGraphNode

SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)

2D 整数位置を含む GKGraphNode

SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

2D 整数位置を含む GKGraphNode

SetAccessibilityTextInputResponder(NSObject, IUITextInput)

2D 整数位置を含む GKGraphNode

SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilityCurrentStatus(NSObject, String)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilityIsRequired(NSObject, Boolean)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilityRoleDescription(NSObject, String)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)

2D 整数位置を含む GKGraphNode

SetBrowserAccessibilitySortDirection(NSObject, String)

2D 整数位置を含む GKGraphNode

SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)

2D 整数位置を含む GKGraphNode

ValidateToolbarItem(NSObject, NSToolbarItem)

2D 整数位置を含む GKGraphNode

適用対象

こちらもご覧ください