C# 클래스 Axiom.Core.IntersectionSceneQueryResult

Holds the results of an intersection scene query (pair values).
파일 보기 프로젝트 열기: WolfgangSt/axiom

보호된 프로퍼티들

프로퍼티 타입 설명
objects2Objects SceneQueryMovableObjectIntersectionList
objects2World SceneQueryMovableObjectWorldFragmentIntersectionList

공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

objects2Objects 보호되어 있는 프로퍼티

protected SceneQueryMovableObjectIntersectionList objects2Objects
리턴 SceneQueryMovableObjectIntersectionList

objects2World 보호되어 있는 프로퍼티

protected SceneQueryMovableObjectWorldFragmentIntersectionList objects2World
리턴 SceneQueryMovableObjectWorldFragmentIntersectionList