GKRTree<ElementType>.RemoveElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("removeElement:boundingRectMin:boundingRectMax:")]
public virtual void RemoveElement (ElementType element, OpenTK.Vector2 boundingRectMin, OpenTK.Vector2 boundingRectMax);
abstract member RemoveElement : 'ElementType * OpenTK.Vector2 * OpenTK.Vector2 -> unit
override this.RemoveElement : 'ElementType * OpenTK.Vector2 * OpenTK.Vector2 -> unit
Parameters
- element
- ElementType
- boundingRectMin
- Vector2
- boundingRectMax
- Vector2
- Attributes