C# Class Axiom.Core.SceneQueryResult

Holds the results of a single scene query.
Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
objects Axiom.Collections.MovableObjectCollection
worldFragments List

Property Details

objects public property

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

worldFragments public property

List of world fragments.
public List worldFragments
return List