Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MyDynamicAABBTreeD.GetAll

Morten Aune Lyrstad edited this page Apr 16, 2022 · 28 revisions

IndexNamespace IndexMyDynamicAABBTreeD

Summary

public void GetAll<T>(List<T> elementsList, bool clear, List<BoundingBoxD> boxsList = null)

Parameters

Summary

public void GetAll<T>(Action<T> add)

Parameters

Summary

public void GetAll<T>(Action<T, BoundingBoxD> add)

Parameters

Clone this wiki locally