Share via


GKRTree<ElementType>.FromMaxNumberOfChildren(UIntPtr) Method

Definition

[Foundation.Export("treeWithMaxNumberOfChildren:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static GameplayKit.GKRTree<ElementType> FromMaxNumberOfChildren(UIntPtr maxNumberOfChildren);
[<Foundation.Export("treeWithMaxNumberOfChildren:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromMaxNumberOfChildren : unativeint -> GameplayKit.GKRTree<'ElementType (requires 'ElementType :> Foundation.NSObject)>

Parameters

maxNumberOfChildren
UIntPtr

unativeint

Returns

Attributes

Applies to