C# Класс Axiom.SceneManagers.Bsp.BspIntersectionSceneQuery

BSP specialisation of IntersectionSceneQuery.
Наследование: Axiom.Core.DefaultIntersectionSceneQuery
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BspIntersectionSceneQuery ( SceneManager creator ) : System
Execute ( IIntersectionSceneQueryListener listener ) : void

Go through each leaf node in BspLevel and check movables against each other and against BspBrush fragments. The bounding boxes of object are used when checking for the intersections.

Описание методов

BspIntersectionSceneQuery() публичный метод

public BspIntersectionSceneQuery ( SceneManager creator ) : System
creator Axiom.Core.SceneManager
Результат System

Execute() публичный метод

Go through each leaf node in BspLevel and check movables against each other and against BspBrush fragments. The bounding boxes of object are used when checking for the intersections.
public Execute ( IIntersectionSceneQueryListener listener ) : void
listener IIntersectionSceneQueryListener
Результат void