GKRTree<ElementType>.AddElement Method

Definition

[Foundation.Export("addElement:boundingRectMin:boundingRectMax:splitStrategy:")]
public virtual void AddElement (ElementType element, OpenTK.Vector2 boundingRectMin, OpenTK.Vector2 boundingRectMax, GameplayKit.GKRTreeSplitStrategy splitStrategy);
abstract member AddElement : 'ElementType * OpenTK.Vector2 * OpenTK.Vector2 * GameplayKit.GKRTreeSplitStrategy -> unit
override this.AddElement : 'ElementType * OpenTK.Vector2 * OpenTK.Vector2 * GameplayKit.GKRTreeSplitStrategy -> unit

Parameters

element
ElementType
boundingRectMin
Vector2
boundingRectMax
Vector2
splitStrategy
GKRTreeSplitStrategy
Attributes

Applies to