C# Class Axiom.SceneManagers.PortalConnected.PCZAxisAlignedBoxSceneQuery

Inheritance: Axiom.Core.DefaultAxisAlignedBoxRegionSceneQuery
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Execute ( ISceneQueryListener listener ) : void

Finds any entities that intersect the AAB for the query.

PCZAxisAlignedBoxSceneQuery ( SceneManager creator ) : System

Creates a custom PCZ AAB query

Method Details

Execute() public method

Finds any entities that intersect the AAB for the query.
public Execute ( ISceneQueryListener listener ) : void
listener ISceneQueryListener /// The listener to call when we find the results. ///
return void

PCZAxisAlignedBoxSceneQuery() public method

Creates a custom PCZ AAB query
public PCZAxisAlignedBoxSceneQuery ( SceneManager creator ) : System
creator Axiom.Core.SceneManager /// The SceneManager that creates the query. ///
return System