C# 클래스 Axiom.Core.SceneQueryResult

Holds the results of a single scene query.
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
objects Axiom.Collections.MovableObjectCollection
worldFragments List

프로퍼티 상세

objects 공개적으로 프로퍼티

List of scene objects in the query (entities, particle systems etc).
public MovableObjectCollection,Axiom.Collections objects
리턴 Axiom.Collections.MovableObjectCollection

worldFragments 공개적으로 프로퍼티

List of world fragments.
public List worldFragments
리턴 List