C# 클래스 Axiom.SceneManagers.PortalConnected.PCZAxisAlignedBoxSceneQuery

상속: Axiom.Core.DefaultAxisAlignedBoxRegionSceneQuery
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ISceneQueryListener listener ) : void

Finds any entities that intersect the AAB for the query.

PCZAxisAlignedBoxSceneQuery ( SceneManager creator ) : System

Creates a custom PCZ AAB query

메소드 상세

Execute() 공개 메소드

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. ///
리턴 void

PCZAxisAlignedBoxSceneQuery() 공개 메소드

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